8,426 questions
-1
votes
0
answers
71
views
OpenCL dlopen Error on Android Device: libOpenCL.so Not Accessible in Classloader Namespace [closed]
I'm encountering an issue with OpenCL on my Android device (HelperBoard A523) when running a specific APK. The app crashes with the following error related to dlopen failing to load the libOpenCL.so ...
5
votes
0
answers
90
views
Testers unable to install app via aab link but can install apk
I'm in testing phase of my android app. I've uploaded and aab for internal testing and shared link with the testers but a few testers report, they see the message "This app isn't available for ...
0
votes
0
answers
52
views
How to add adaptive icons to an APK that doesn't have them?
I've been trying to modify an APK using the MT Manager app for a while now, but I'm having trouble applying adaptative icons.
I created the folder mipmap-anydpi-v26, and inside it I created a file ...
0
votes
0
answers
49
views
Android apk with KMP module published in local Maven has system fonts included
For some inapparent reason since adding a Compose screen and KMP written module for shared business logic the size of the apk becomes huge and it does include all system fonts from Android itself. ...
Best practices
1
vote
8
replies
63
views
storing serialised data in a Java Android APK, possible? (advisable?)
I have an Android app. I uses a largish lookup table. It's in a contorted format but let's imagine it's a CSV.
At startup I read the data in, do various checks, then run though the data to clean it up....
0
votes
1
answer
135
views
Can I delete an apk file without losing the original app [duplicate]
I downloaded an apk file for an existing app. If I uninstall or delete the apk file, will the original app still be on my phone? Would it revert to the old content?
0
votes
1
answer
108
views
flutter build apk fails with resource linking error when using flutter_bluetooth_serial
I’m working on a Flutter app that uses Bluetooth Serial (flutter_bluetooth_serial).
When I run the app in debug mode with flutter run, everything works fine.
However, when I build the release APK ...
0
votes
0
answers
69
views
libpyjini.so not found - White screen on smartphone
I'm trying to generate an APK build, and I'm getting the following error:
#Resumo do Erro:
nativeloader: Load libpyjni.so using class loader ns clns-4 (...) dlopen failed: library "libpyjni.so&...
1
vote
0
answers
106
views
DexGuard + Flutter: Code tampering still possible with ReFlutter & resigning
I’m working on an Android Flutter app and protecting it with DexGuard (Guardsquare).
The security team tested the app and reported that they can still perform code tampering using ReFlutter and then ...
0
votes
0
answers
89
views
What is the difference between base-master.apk and base-master_2.apk?
The bundle split configuration:
bundle {
language {
enableSplit = false
}
density {
enableSplit = false
}
abi {
...
0
votes
0
answers
85
views
package appears to be invalid: Attempt to read from field 'java.lang.String android.content.pm.PackageInfo.packageName' on a null object reference
I've got an Android Studio app that updates itself when new versions come out.
The update uses just fine on a few different older android versions except on Android Version 13.
I'm using a ...
0
votes
1
answer
101
views
Ionic Angular components not rendering in APK
I'm new to ionic project, I'm trying to create a basic login page with 3 icons and input field, when I do ionic serve and check in chrome browser, it is working perfectly
now I try to convert as apk ...
0
votes
0
answers
41
views
Android Studio generate signed apk build error with android.car.jar
My app builds fine with "Build APK(s)" menu option.
Whenever I try "Generate Signed APK..." the build fails with an error involving android.car.jar
Reading library jar [C:\Users\...
0
votes
0
answers
118
views
React Native / Expo APK crashes immediately on launch but works fine in Expo Go (expo-updates disabled in AndroidManifest)
I built a React Native (Expo prebuild) app into an APK.
In Expo Go, the app runs fine (both debug + release JS).
But when I install either the debug APK or the release APK, the app crashes immediately ...
0
votes
0
answers
40
views
Android APK built with EAS Build cannot connect to local API server, but Expo Go works fine. How to fix network security?
I have built a mobile app with React Native and Expo that consumes an API. When I create an APK and download the app on an Android device, I get the error:
Cannot connect to server try again later
...