1,414,660 questions
0
votes
0
answers
43
views
Requesting storage permission (in my own app for my own personal use)
I have programmed an app for my own use. It was last installed on a phone running Android 12. I now want to install it on a phone running Android 16.
The app needs to be able to access large amounts ...
Tooling
0
votes
1
replies
37
views
Android emulator for Chrome/WebGL2 browser automation on a server
I have a Python + ADB automation tool that opens Android Chrome, loads WebGL/WebGL2.0-heavy browser games, records short gameplay videos via scrcpy, and repeats the flow.
It works on a real Samsung ...
-4
votes
0
answers
93
views
How do I create a complete Android app along with backend using Google AI Studio? [closed]
Recently, I have started using Google AI Studio to develop Android applications. I uploaded an already existing design from Figma and got a good-looking UI. Nevertheless, I observed that although ...
0
votes
1
answer
78
views
Build problem with android studio from android-ndk-r27c to android-ndk-r29
I am a little bit lost with Android setup using NDK.
I use gradle plugin version 7.2.2 and Gradle version 7.4. So I should be able to use ndkDir in the build.gradle file is the setup is done in local....
0
votes
0
answers
66
views
Robolectric on Windows does not run
When trying to run a robolectric test on a Windows machine, I get the following issue:
ava.lang.AssertionError: Unable to load Robolectric native runtime library
at org.robolectric.nativeruntime....
-4
votes
0
answers
90
views
Client device name display [closed]
I'm working in an app in kotlin to display client devices connected to a host device's mobile hotspot connection.The app is designed for the host device only. The connected client devices show up on ...
0
votes
0
answers
27
views
.NET MAUI 10 - Can't scroll to bottom of ScrollView if keyboard is visible
I noticed the following weird behavior and I can't figure out what I am doing wrong.
(I am using .NET MAUI 10 and testing currently on Android.)
If I select Editor -> scroll up -> enter text -&...
0
votes
0
answers
28
views
Missing MEDIA_LIBRARY permissions appears suddenly after months of usage
Recently an Android app of mine, developed using Expo SDK 53, has been giving the error Missing MEDIA_LIBRARY permissions when adding photos to the gallery.
Briefly, the app allows the user to take ...
1
vote
0
answers
37
views
expo-video PiP behaves very differently on iOS vs Android
In SDK 54 docs, startPictureInPicture() is documented identically for Android and iOS, and I don’t see any documented known issue explaining why manual PiP would feel video-scoped on iOS but activity/...
1
vote
0
answers
73
views
Icon guidelines for Dynamic App Shortcuts in Android
I can't seem to get my head around how to design the icons for my app shortcuts that I handle dynamically at runtime.
When reviewing most of Google apps, I can't see consistency in the designs:
some ...
1
vote
0
answers
46
views
Android HCE: setPreferredService() silently ignored despite foreground call, HostApduService never invoked
Background
I have a transit card HCE app that emulates Korean KS X 6924 transit cards (T-money/Cashbee category AIDs). The app's HostApduService registers 6 transit AIDs under category="payment&...
1
vote
0
answers
147
views
Android Credential Manager Google Sign-In fails with DEVELOPER_ERROR and "Unknown calling package name 'com.google.android.gms'"
I have been using Credential Manager for several months, but recently in March the sign-in in my application stopped working. The app freezes and it becomes impossible to complete the sign-in process.
...
1
vote
1
answer
69
views
Compose predictive back Android
I’m working on a fully Compose, single-activity project using Navigation Compose (Nav2), and I’m trying to implement predictive back.
The issue is: when I start the predictive back gesture, the ...
0
votes
0
answers
97
views
Sending SMS in newer (API 36.1-ish) versions of Android
TL;DR: How to bypass recent limitations on what apps can send messages without being the Default SMS app?
I am trying to build an Android app (MinAPILevel: 24. TargetAPILevel: 36) that needs to send ...
0
votes
0
answers
33
views
QML Profiler Debug connection failed
I am not able to run QML Profiler with my android QT Quick project. My environment: Windows 10, Qt Creator 19.0.2.
After run QML Profiler I've got the following output:
General Messages:
QML Profiler: ...
