1,415,230 questions
0
votes
0
answers
25
views
MiniTouch in ADB devices(win 11)
I use adb to connect with my Noxplayer but showing this:
[14:34:26][ERROR]<airtest.core.android.touch_methods.touch_proxy> stdout[b''] stderr[b"mv: bad '/data/local/tmp/minitouch': Invalid ...
0
votes
0
answers
30
views
Low-frequency sound sometimes occurs in the Android emulator when recording audio with MediaRecorder
I'm learning to build a simple audio recorder app in Jetpack Compose using the native MediaRecorder. When testing it in the Android emulator, it sometimes produces a low-frequency sound throughout the ...
0
votes
0
answers
49
views
MediaMetadataRetriever fails after 102 requests with exception 0x80000000
I want to check if each of my mp3 files has a valid picture that the Android system can read.
For this I iterate over all the items in the MediaStore.Audio.Media and then ask the ...
-1
votes
1
answer
36
views
Camerx issue in react native live preview
I am currently trying to embed an Android native view inside a React Native view with a CameraX live preview. However, I am facing a timeout exception issue with CameraX.
On iOS, the same ...
0
votes
0
answers
41
views
Flutter Android - android.jar SDK 35 corrupted 27MB instead of 100MB - Windows - RES_TABLE_TYPE_TYPE error
Problem
Building a Flutter app on Windows always fails with this error:
aapt2.exe E LoadedArsc.cpp:94] RES_TABLE_TYPE_TYPE entry offsets overlap actual entry data.
Failed to load resources table in ...
0
votes
1
answer
130
views
Android java ArrayList Object
Trying to educate myself from a sample Android app in Android Studio, I have found an ArrayList<String>.
In the debugging mode, the value(s) of this array is as below (using the view tool of the ...
0
votes
0
answers
42
views
Setting up Visual Studio Android Emulator
I want to set up the Android emulator under VS2026 to emulate my test devices:
Samsung Galaxy Tab A7
Lenovo M11
Moto Power G 2023
I need to know what the proper processor type, screen size, etc. ...
0
votes
0
answers
32
views
Odd startup error in ported dotnet 9 Maui Android app
I migrated a Xamarin Forms android app to Maui (.net 9), and it mostly works well. I have to admit it was easier than I expected. The XF app loaded pages by setting MainPage, and the app manages its ...
-2
votes
0
answers
35
views
Build a Android UI nuget package that can multi target both net8.0-android and net10.0-android frameworks
I was trying to create a multi-target Android UI package with TargetFrameworks as net8.0-android and net10.0-android so that nuget package can be used by .Net for Android applications running on .Net ...
-2
votes
0
answers
45
views
React Native iOS app crashes on language change with react-native-restart (works on Android) [closed]
I am facing an issue in my React Native application where the app crashes on iOS when changing the language and triggering a restart.
🔧 Environment:
react-native: 0.73.2
react-native-restart: 0.0....
1
vote
1
answer
114
views
Is `This argument is a new instance so stopService will not remove anything` valid for `stopService(Intent(...))`, or is it a false positive?
When I run Inspect Code in a specific version of Android Studio, I get a warning for the following code in MainActivity, specifically at the point where the Intent is created:
stopService(
Intent(
...
0
votes
1
answer
44
views
I can't play this specific clearkey drm in my app
I tried this stream in other players, they played it perfectly. While, my app isn't able to play this, there shows a blank screen in my app. But, it's playable in other iptv players. Please, tell me ...
Best practices
0
votes
2
replies
30
views
Android AOSP selinux policy sequencing/processing
When people are building their own AOSP selinux policy, whats the exact sequence of order of files to be included? following repo :
https://android.googlesource.com/platform/system/sepolicy/+/main
If ...
-1
votes
0
answers
64
views
Android build with newer AGP requiring gradle 9.2.0+ fails with early Settings_gradle error
The newer AGP's require gradle 9.1. When I upgrade gradle from 9.0.1 to 9.1 or newer I get this error on my win-system, using java21:
FAILURE: Build failed with an exception.
* What went wrong:
'...
0
votes
1
answer
48
views
AppCompatDelegate.setApplicationLocales() restarts activity when switching from system default to any other language despite configuration handling
Similar unresolved issues:
Android restarts activity although locales configuration changes are handled by app
Activity recreating on first locale change
My activity has `layoutDirection|locale` which ...