1,415,608 questions
Advice
0
votes
1
replies
20
views
Why Android system use OAT file instead of Dex file
I found a Stack Overflow question about the meaning of OAT files in Android : What does OAT mean?
But I’m still confused. Why does Android need Ahead-of-Time (AOT) compilation, and why does it add an ...
Advice
0
votes
1
replies
37
views
Running Javascript in Android Pdf Reader
Is it actually possible to execute JavaScript within Android PDF readers, regardless of the version or app type? My understanding is that simply embedding the following script into the PDF should be ...
Advice
0
votes
1
replies
37
views
Android apps as a React Dev?
What is the best way as a Full Stack React Developer, to create Android mobile apps?
-1
votes
0
answers
20
views
Running AOSP Emulator causes host reboot on Ubuntu 22.04 (Ryzen 9, KVM, NVIDIA GPU)
I'm having a bad experience running Android Emulator (both Cuttlefish and Goldfish) on my Linux Ubuntu 22.04 - AMD Ryzen 9.
First of all, I am trying to execute the basic tutorial of https://source....
-7
votes
0
answers
47
views
BYD in-vehicle software development
When developing software for BYD's in-vehicle infotainment system, the app lacks a system signature, and the system is not rooted. How can I obtain information from the system?
package com.findCar.app
...
Best practices
0
votes
6
replies
65
views
How to keep Android app running after it is removed from the recent tasks list?
I am developing an Android application using Kotlin. I want my app to continue running even after the user removes it from the recent tasks list (swipes the app away).
Currently, when the user removes ...
1
vote
1
answer
53
views
Jetpack Compose:DropdownMenu ignores anchor and shows at bottom of screen in Compose Dialog
I am trying to implement a custom Jetpack Compose Dialog that contains two elements with their own anchored DropdownMenu:
A Header Row with a downward icon that should trigger a menu when clicked.
...
0
votes
0
answers
59
views
Android OpenGL ES 3.0: SIGSEGV in libGLESv2_adreno.so during texture type switching (2D & OES) after long-running sessions
Problem Description
I am experiencing a native crash (SIGSEGV) on an Android device (Qualcomm Adreno GPU) when rendering stickers using OpenGL ES 3.0. The crash occurs inside the Adreno driver (...
0
votes
0
answers
34
views
Play Console showing account type as "Organization" on both Payment profiles — but my account is Personal
I have a personal Google Play Console account (not an organization). However, when I check both profiles in my Play Console, the account type is displayed as "Organization" for both.
Has ...
Tooling
1
vote
8
replies
97
views
Newbie looking to start programming. Please recommend the right tools and help me study
I'm a student who wants to study programming for the first time from today. I want to develop an app for Android and make a platform application!
For example, it is a program to find out what kind of ...
0
votes
2
answers
63
views
How to set up button custom colors for enabled, disabled, light and dark
I'm struggling to define custom button colors that handle all the different states required: enabled/disabled, light and dark theming, text and background colors.
For the colors in enabled and ...
0
votes
1
answer
101
views
Android Storage Access Framework - Deletion possible without write access
I am currently implementing an android app with Kotlin and ran into some issues with the "new" Storage Access Framework (SAF). In my app the user can choose two folders, let's call them ...
0
votes
0
answers
80
views
Loading indicator is not showing while loading data in Jetpack Compose (State Management) [closed]
I am currently learning Jetpack Compose and trying to implement a loading indicator while data is being loaded.
I am managing the UI state using state management (StateFlow/MutableStateFlow). My goal ...
Advice
0
votes
0
replies
40
views
How can I use NearbyConnections (as provided by Google Play Services) in conjunction with Unity to send data between players?
I've been running myself ragged trying to figure this out, since the documentation is rather sparse and the plugins are all somewhat out of date, but for a school project, I need to create a prototype ...
0
votes
1
answer
109
views
Android Studio Emulator keeps exiting with error 139 on ubuntu 24.04
I have installed Android Studio, both snap version (first), then the download from the website (second), but in both versions the emulator keeps exiting with error code 139.
Platform is ubuntu 24.04 ...