Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
25 views

I’m developing a system privileged app (installed under /system/priv-app) and I need to display a webpage inside the app UI. However, when I try to use a WebView, the app crashes with: java.lang....
Latiful Bari's user avatar
0 votes
0 answers
30 views

I have a simple app that displays the user’s current speed, and I’m using FusedLocationProviderClient for this. When I start the app and begin moving, everything works fine the speed updates correctly....
Jupit90's user avatar
  • 74
0 votes
0 answers
66 views

Google Play is warning that my app does not support 16-KB page size. My app currently supports only 4-KB pages. When I checked my AAB using the APK Analyzer, I found that the file libgmm-jni.so does ...
PAkultie's user avatar
  • 142
0 votes
0 answers
38 views

I am using Android Studio's latest version, but when I connect my Samsung device with android os 15, then i'm unable to view the screen(via the screen mirroring feature) on Android Studio. What I am ...
Ahmad Ali's user avatar
0 votes
0 answers
21 views

When I export an image using my code, the resulting image in online view appears slightly tilted. However, when I export the same image using the official Insta360 app (from the Play Store), the image ...
Apavaiya's user avatar
  • 107
1 vote
0 answers
33 views

Everything works when viewing the file strucuture in Android Studio's Project window by selecting the "Project Files" view. However, when I switch to the "Android" view it shows &...
Muhammad Awais Shan's user avatar
3 votes
1 answer
149 views

I'm getting this error when I try to sync my Android project in Android Studio: Plugin [id: 'com.android.application', version: '8.13.0', apply: false] was not found in any of the following sources: ...
sara alipour's user avatar
0 votes
1 answer
53 views

Just trying to run (By that green 'play' button in upper panel) my android app via android studio and on build stage gradle throws up this error message: The specified Gradle distribution 'https://...
Drained's user avatar
  • 109
1 vote
0 answers
62 views

PROBLEM Hi, I have IntelliJ Ultimate 2025.2.4, and Android Studio 2025.2.1. When I create a new default project in either one > download all the sources it needs > sync gradle > then click ...
Action Jackson's user avatar
0 votes
2 answers
50 views

Why there are two different logcat style in Android studio I check any setting and filter text but cannot find the reasons. How to remove the year and package name in logcat? Why there are two ...
GHH's user avatar
  • 2,061
2 votes
1 answer
60 views

Pressing Ctrl+F12 displays the file structure with a list of all fields and methods. Is it possible to change the sorting of this list so that the fields are displayed first and then the methods? The ...
Arvalon's user avatar
  • 121
0 votes
0 answers
28 views

I have build.gradle setup with signingConfigs as below: SystemConfig90 { storeFile file(System.getenv("KEYSTORE_PATH_90")) //storeFile file('/Users/bhaskarrajaryal/...
bhaskar's user avatar
  • 1,080
1 vote
0 answers
88 views

I am getting below error message in Android Studio Narwhal after update Build, Execution, Deployment Build Tools -- Gradle I am getting below message in settings window Select configuration ...
Amit Yadav's user avatar
  • 35.6k
0 votes
0 answers
85 views

I'm facing a weird UI flicker issue in my Android app when using BottomNavigationView and switching between light/dark modes. Here’s the scenario: I have a single MainActivity that hosts multiple ...
Husky's user avatar
  • 13
2 votes
0 answers
130 views

Getting error in Android Studiio after installing below packages: "react-native-iap": "^14.4.23", "react-native-nitro-modules": "^0.29.6", Error CMake Error ...
Ajay Kumar Prasad's user avatar
0 votes
0 answers
61 views

while running a program in Android studio i am getting java.lang.nullpointerexception. xml, java and androidmanifest files all are error free but i am still getting this error tried several things ...
Rhishikesh chogale's user avatar
1 vote
0 answers
32 views

I'm trying to profile my app on the latest Android Studio (2025.1.4). I tried profiling my app, but, when I tried to switch from "Wall Clock Time" to "Thread Time" it said, "...
user38269's user avatar
0 votes
1 answer
87 views

I am crating a custom code generator with the source_gen package. I want to add break points in the generator class and debug my code when I running dart run build_runner build command. Is there any ...
amir_a14's user avatar
  • 2,171
0 votes
0 answers
27 views

I'm using Android Studio trying to record audio in an Android foreground service using MediaRecorder. The file is created successfully, but when I play it, it contains no audio. Here's the relevant ...
asmgx's user avatar
  • 8,148
3 votes
1 answer
65 views

I'm new to Android and I'm following this tutorial(https://developer.android.com/develop/connectivity/cronet/start#java) It says to add this dependency in my build.gradle.kts file, it looks like this: ...
Dan's user avatar
  • 2,573
0 votes
0 answers
143 views

I am trying to display a PDF document with PdfViewerFragment from the library androidx.pdf:pdf-viewer:1.0.0-alpha10 inside a Jetpack Compose UI. I’m using AndroidView to host the fragment. The problem:...
Mr T's user avatar
  • 123
0 votes
0 answers
176 views

This is the error i always get when i try to run my program with android studio: WARNING: A restricted method in java.lang.System has been called WARNING: java.lang.System::load has been called by net....
Matteo La Malfa's user avatar
0 votes
0 answers
40 views

I am building a KMP app, and I was using CocoaPods to integrate Google Maps into an iOS app. I have now switched to the Swift Package Manager, code is working in Xcode, the build succeeds, and it ...
Pawandeep Singh's user avatar
2 votes
1 answer
53 views

I’m trying to pass a local environment variable into my Android project via Gradle and then access it in my Kotlin code. The idea is to configure Firebase Emulator host dynamically. In my app/build....
Mr T's user avatar
  • 123
2 votes
1 answer
402 views

NOTE: Scroll to the bottom for the exact reproduction steps. When I add the dependency com.squareup.okhttp3:okhttp:5.1.0 to build.gradle.kts (app module), apply the "Replace with new library ...
Bxx's user avatar
  • 78

1
2 3 4 5
1808