Top "Apk" questions

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

shrinkResources set to true, but all unused resources (specifically drawables) not getting removed

I'm setting shrinkResources to true as follows: releasepro { minifyEnabled true shrinkResources true proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro' applicationIdSuffix ".pro" } …

android gradle apk shrinkresources
Access Android APK Asset data directly in c++ without Asset Manager and copying

I'm using pure C++ in my engine to create a game engine in android. There is no single java file. …

android c++ native apk native-activity
Android Wear app not installing through handset

I'm trying to get a wearable app installed through an Android handset using the 'Package with Android Studio method' found …

android apk wear-os
grant system permissions to an app in the android emulator

I am building an app that will be bundled on an android device as a system app. The manufacturer is …

android installation apk silent
URL not found on Google Play app when signed in as internal app tester

I'm trying to publish a PWA on the Google Play store, and coming up against some confusing problems testing as …

android google-play apk progressive-web-apps
What is a key store path in Android Studio?

I just created my first game using Buildbox and I am trying to upload it to the Google Play Store. …

android android-studio apk buildbox
Reverse engineering: Extract images/sprite sheet from apk

I'm learning about game development and I'm trying to extract some resources from some games that I love to play, …

android apk sprite reverse-engineering sprite-sheet
Find versionnumber and versioncode of apk generated by android studio

I know that .apk files are zip files and when we extract them can parse manifest file inorder to finding …

android android-studio android-manifest apk packaging
"Conversion to Dalvik format failed with error 1" -- on export only

I know this is a repeat question but I've read and tried every solution on this site and I'm still …

android apk android-build
How to sign a modded apk on mac with apktool

I have created a modded apk using apktool but when I try to install it , it doesn't install. When I …

android macos apk signing apktool