Top "Apk" questions

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

Where can I find the private keystore file generated by the Android Studio "Generate Signed APK Wizard"?

I have used Android Studio's "Build" -> "Generate Signed APK..." -> "Generate Signed APK Wizard" to create a …

android apk keystore android-studio android-keystore
How do I detect if the app uses React Native, given APK file?

I downloaded APK file from Google Play, and want to know if the develop of the application have used React …

android react-native apk react-native-android decompiling
apksigner not accepting password

Up until now I had been signing my apks with the following method: jarsigner -verbose -sigalg SHA1withRSA -digestalg SHA1 …

android apk sign
Get minSdkVersion and targetSdkVersion from apk file

I am trying to get the values of minSdkVersion and targetSdkVersion from an apk stored on the device. Getting other …

android apk android-package-managers
getting " 'android:icon' attribute: attribute is not a string value” error while uploading an APK to the play store

Background After so many hours of my free time, I'm ready to publish my very first app to the play …

android google-play apk aapt
Install APK programmatically on android

I've been trying to get an android application to install an APK on the sdcard programmatically but I'm running into …

android installation android-package-managers apk
Android Activity under Eclipse/ADT with Project Dependencies (Failed resolving XY)

I tried to keep a game project quite platform independent so I split it up into three projects from low-level …

android eclipse apk adt multiple-projects
Decompile APK, modify an activity and recompile to APK

I'm trying to do something simple. I have an APK file, I want to change a certain variable value in …

java android eclipse apk dex2jar
Failure [INSTALL_FAILED_VERSION_DOWNGRADE]

I recently took over a project which is using Appium to do some automated mobile testing. I have a few …

android python apk appium python-appium
Flutter How to make release version in Android Studio?

By default Android Studio use debug mode when building Flutter application. You can build the release version with the command …

android-studio flutter apk release release-management