90,390 questions
0
votes
1
answer
42
views
Flutter and Android Studio: "Lost connection to device" (emulator) after a random number of minutes (Windows Home 11)
I have this issue where the connection to device is lost after a random number of minutes, there is no error or anything, this is what the terminal shows:
flutter run --flavor staging -t lib/...
-1
votes
0
answers
62
views
Android webview does not load content when app runs with android studio
i wrote a simple webview app in android. with the following code base.
Mainactivity
protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
...
0
votes
0
answers
47
views
React Native – Error spawn Unknown system error -8 when running npx react-native run-android on macOS
I am trying to run my React Native Android project on macOS using:
npx react-native run-android
But the build fails with this error: error Failed to install the app. Command failed with Unknown ...
0
votes
0
answers
31
views
WebView not allowed in privileged process — any safe alternative for system/priv apps?
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....
0
votes
0
answers
58
views
Could not find aapt2-8.13.0-13719691-windows.jar in android studio 2025.2.1
I have install new android studio 2025.2.1 (Otter), when i build project, encountered with this error:
Could not find aapt2-8.13.0-13719691-windows.jar
(com.android.tools.build:aapt2:8.13.0-13719691)....
0
votes
0
answers
48
views
Android LocationManager doesn't set speed to 0 when the device stops moving
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....
0
votes
0
answers
41
views
Android AccessibiltyService : How can I enabling perform action on a sealed instance [closed]
I am using AccessibilityService in AndroidStudio for an app which is going to access an another app. In a view there is not available actions of "ACTION_CLICK". Its sealed and I am getting ...
0
votes
0
answers
85
views
Google Play warning about 16-KB page size — libgmm-jni.so not supported. How to fix?
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 ...
0
votes
0
answers
49
views
Getting errors running flutter clean even though no process is locking these folders
Everytime I run flutter clean I get this error :
C:\Users\salil\OneDrive\Documents\MEGA\Practicals\Flutter\myfirstflutter>flutter clean
Failed to remove C:\Users\salil\OneDrive\Documents\MEGA\...
0
votes
0
answers
49
views
Unable to view screen mirroring on android studio with samsung device
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 ...
0
votes
1
answer
46
views
processDebugResources\R.jar: The process cannot access the file because it is being used by another process
I see some error every compilation: compile_and_runtime_not_namespaced_r_class_jar\debug\processDebugResources\R.jar: The process cannot access the file because it is being used by another process
0
votes
0
answers
21
views
Image is slightly tilted after exporting the image from Insta 360 Camera
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 ...
0
votes
0
answers
17
views
Android WebView: Mobile slide menu opens partially and with transparent background
I’m building an Android application using WebView, and the website loads fine except for one problem:
The mobile slide menu (sidebar) does not open correctly inside WebView.
On a normal mobile browser ...
1
vote
0
answers
37
views
Android Studio keeps on loading files in Android File Structure Tab
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 &...
-4
votes
1
answer
72
views
Android Studio SDK folders are broken — need full SDK or download source [closed]
I think I messed up my Android SDK setup while trying to fix some build tools and platform issues.
Now Android Studio can’t find some SDK components like build-tools, platforms, and tools.
I’ve ...