Skip to main content
Filter by
Sorted by
Tagged with
2 votes
1 answer
201 views

I'm working on a Kotlin Multiplatform project with separate android-ui and desktop-ui modules. After updating to Otter 2025.1.7, I noticed two issues: My libs.versions.toml file stopped resolving ...
Sildeag's user avatar
  • 122
3 votes
1 answer
182 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
-4 votes
1 answer
72 views

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 ...
sara alipour's user avatar
0 votes
0 answers
86 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
1 vote
1 answer
64 views

I recently downloaded and updated my Android Studio to the latest and the greatest hoping that it will solve some of my issues. It turns out my old codes developed under the previous version of ...
ThN's user avatar
  • 3,284
-2 votes
0 answers
65 views

i wrote a simple webview app in android. with the following code base. Mainactivity protected void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); ...
H00man's user avatar
  • 395
0 votes
0 answers
56 views

While trying to improve my mobile application testing skills with Appium, I encountered a problem. Even though I installed Android Studio and the SDK files on the D:\ drive, which has free space, the ...
Eyüp Karatay's user avatar
0 votes
0 answers
49 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
47 views

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 ...
Mayank kumawat's user avatar
-1 votes
1 answer
140 views

Android Studio Version: Android Studio Otter | 2025.2.1 Build #AI-252.25557.131.2521.14344949, built on October 29, 2025 When I build a release build with Android Studio, it stops with no error, only ...
Samuel's user avatar
  • 439
0 votes
1 answer
54 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
0 votes
0 answers
41 views

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 ...
ronihasan's user avatar
1 vote
0 answers
69 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
0 votes
1 answer
43 views

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/...
Ting-Ting Chen's user avatar
1 vote
0 answers
37 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
0 votes
0 answers
58 views

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)....
Saeid Z's user avatar
  • 407
0 votes
0 answers
48 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
  • 119
0 votes
0 answers
49 views

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\...
Salil Surendran'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
0 votes
0 answers
13 views

I´m very very new in Gstreamer and I need to play a RTSP with h265 for Android I am trying to build tutorials but unfortunately not able to build also tried to create new project by myself but getting ...
Prathamesh Suryawanshi's user avatar
0 votes
0 answers
31 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
1 answer
46 views

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
Georgiy Chebotarev's user avatar
0 votes
0 answers
17 views

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 ...
Mehmet Can's user avatar