Top "Apk" questions

An .apk file extension denotes an Android Package (APK) file.

Flutter stuck at Installing build\app\outputs\apk\app.apk

when I run $ flutter run I'm getting a prompt on my mobile device asking if I want to install the …

flutter dart apk flutter-release flutter-android
How to sign APK on Android Studio even with non-translated strings?

Background I've recently migrated my app to Android-Studio. I had some issues doing so, but I got over them eventually. …

android android-studio apk translation
How to run apk file on Mac via Bluestacks

I use Bluestacks as a Virtual device to run apk file on my laptop. On Windows, it is quite simple. …

android macos apk bluestacks
Apk decompile error: d2j-dex2jar command not found

I try to get source code from an .apk I followed the steps from right here Is there a way …

apk dex2jar
How to test an Android Library Project

I am writing an Android Library Project basing on Android Bitmap class (call it AndroindLib) which contains only utility class (…

android junit apk
How to view the identity of person who signed the apk on Android device?

I need to view who signed the application I have installed onto my device. Is this generally possible to do …

android certificate signature apk
Google Play - Fully Shadowed apk

I have an existing app on the PlayStore. I am releasing new version of the app as staged rollout. However, …

android google-play apk
How to set a custom keystore for debugging in eclipse for android

I have a custom keystore that I use for signing my apk. now I want to use the same keystore …

java android apk code-signing android-keystore
Why does adb install <same-packagename-always-release> fail?

I know that adb install will not replace an existing package if it's of a different build type (i.e. …

android apk adb
XAPK File Validation Failed - APK Expansion Files

I am using the expansion files demo given in the sdks and am placing the obb file on the SD …

android apk apk-expansion-files