1,418,298 questions
0
votes
0
answers
6
views
How to conditionally exclude Expo package(s) from Android build in Expo SDK 53?
Context
Expo documentation states it's possible to exclude Expo packages from the Android build by calling the useExpoModules function in the project's settings.gradle file.
useExpoModules seems to be ...
0
votes
0
answers
34
views
pushManager.subscribe return null on android firefox (not working at all on chrome)
i'm trying to create a simple web push notif using service worker, it works well on browsers in desktop, but on android device not working!
on firefox android: pushManager.subscribe() return null
on ...
0
votes
0
answers
33
views
Android Studio Narwhal doesn't provide the possibility to browse c++ code
If you open the new Android Studio Narwhal and create a new project: "Native c++" you figure out that if you go into the MainActivty file created and press on, using Mac, "commnad" ...
0
votes
0
answers
27
views
Improving View.animate() performance on older Android versions
I'm developing an Android game that animates rectangular views moving horizontally across the screen using View.animate().translationX(...). The animation is simple — just a plain rectangle moving ...
0
votes
2
answers
37
views
Build fails due to incorrect architecture. Unity. Android
I can't build my project because I'm getting the following error during the build process:
Hardware of device 'Google sdk gphone64 x86_64 (emulator-5554)' is not supported: You are trying to install ...
0
votes
0
answers
45
views
App-wide performance issue after converting from Xamarin to MAUI
This may be too open ended for SO, but I've reached a point where if I can't resolve this then I need to redo weeks of work.
I've manually converted an existing Xamarin app to MAUI, and found that ...
0
votes
0
answers
34
views
Android Expo app keeps targeting SDK 34 despite setting targetSdkVersion to 35 in app.json
I’m trying to upload my Expo app to the Google Play Store, which now requires target SDK level 35 (Android 14). However, every time I build my app using EAS Build, it still targets SDK 34, even though ...
0
votes
0
answers
54
views
Why is my Register button not working in my Android app using Jetpack Compose and MVVM? [closed]
I'm building an Android app using Jetpack Compose, and my "Register" button in the RegisterScreen is not working as expected. When I tap it, nothing seems to happen — no toast, no navigation,...
0
votes
0
answers
25
views
What is the correct React Native version for using the Viro AR library?
I am developing a mobile application using React Native, and I need to integrate the Viro AR library. However, I am facing compatibility issues, especially related to version mismatches.
Could anyone ...
0
votes
0
answers
23
views
How to config bootstrapClasspath in java 11 about android studio project?
Here is android studio project app module script file(build.gradle.kts) segment:
android {
....
compileOptions {
sourceCompatibility = JavaVersion.VERSION_11
...
0
votes
1
answer
20
views
TextField with AnimatedVisibility should show keyboard (requestFocus)
I have a TextField that is displayed when the user clicks on the search button, and the visibility is animated. The problem is that when I request the focus to show the keyboard, the composition is ...
-1
votes
1
answer
67
views
Google Play: App rejected for READ_MEDIA_IMAGES / READ_MEDIA_VIDEO usage but not declared in code or manifest
Photo and Video Permissions Policy: Use of permissions is not directly related to the core purpose of your app.
Status
Update refused
Previous version still available
Refused on July 15, 2025
We ...
-3
votes
0
answers
38
views
How to access asset files in android application [GO lang] [closed]
I am creating a application for android in GIO,
I used gogio to compile for android,
but I don't know how to add asset files to the apk and access them.
May be I have to use gomobile IDK,
I don't want ...
2
votes
1
answer
34
views
Is this the correct way of logging LeakCanary Memory leaks in Android
I started using LeakCanary in my app.
Based on various sources, I found that with this dependency:
debugImplementation 'com.squareup.leakcanary:leakcanary-android:2.14'
LeakCanary watches the ...
0
votes
0
answers
19
views
React Native 0.73 + Expo 50: "Attempting to call JS function on a bad application bundle" when starting app
[Attempting to call JS function on a bad application bundle: AppRegistry.runApplication()][1]
[1]: https://i.sstatic.net/TMmbalyJ.png
I'm running into this error after upgrading React Native and Expo:
...