All Questions
Tagged with android-apk or apk
8,409 questions
Score of 2
0 answers
111 views
Android APK doesn't work after rezipping and signing with no other changes
I have an Android apk that I would like to modify at the byte level. However, even with no changes other than unzipping, rezipping, zip aligning and resigning it no longer works correctly (it starts ...
Score of 0
0 answers
87 views
How can I print silently on Android without using PrintManager or showing the system print dialog?
I'm building a print server app for Android. The app receives print jobs from another source and should send them directly to a connected USB printer.
I do not want to use Android's built-in ...
Score of 1
1 answer
134 views
Custom splash screen and icon not showing in Flet Android build
I am building an Android application using the Flet framework in Python. I am trying to customize the splash screen logo and the app icon, but after building the APK, the app still shows the default ...
Score of 0
0 answers
85 views
Clover Sandbox Dashboard: Infinite "Uploading..." spinner with 404 "No app with ID" and "NoSuchKey" errors
I am building a React.Native Bare workflow for a Clover POS integration. I am strictly following the Clover APK Guidelines, but I am unable to upload any APK to the Sandbox Developer Dashboard.
The ...
Score of 0
0 answers
264 views
libxposed API 101: "cannot find symbol" for getModuleContext() despite extending XposedModule
Suggested Answer:
Headline: Use getModuleApplicationInfo() instead of getModuleContext() in API 101
In libxposed API 101, the method getModuleContext() is indeed deprecated or removed from the base ...
Advice
0
votes
2
replies
129
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 ...
Score of 5
0 answers
200 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 ...
Score of 0
0 answers
84 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 ...
Score of 0
0 answers
66 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
90
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....
Score of 0
1 answer
292 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?
Score of 0
1 answer
123 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 ...
Score of 1
0 answers
176 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 ...
Score of 0
0 answers
107 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 {
...
Score of 0
0 answers
97 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 ...