Top "Apk" questions

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

where is .apk location for apps that are installed on sdcard?

I know that the location for system apps is '/system/app' and the location for user apps is '/…

android location external apk
How to get APK signing signature?

Is there a way to retrieve the signature of the key used to sign an APK? I signed my APK …

android certificate apk signature
APK installation failed: [INSTALL_FAILED_VERIFICATION_FAILURE]

I'm trying to install an APK on a device running an AOSP build of Jelly Bean (4.2). When I "adb install …

android apk
How to make apk Secure. Protecting from Decompile

I am developing an application that has SQLite database to store personal information that must be protected. What are some …

android apk
How to zip Align APK file in android?

I am uploading my first APK file to google play but I am getting following error. You uploaded an APK …

android google-play apk publishing zipalign
how to download apk files from android market to pc?

Is it possible to download the android .apk application from the android market to our pc?

android windows apk mobile-phones
Difference between apk (.apk) and app bundle (.aab)

Recently Google brought up a new feature app bundle which is a pretty similar concept to APK except its flexibility …

android apk android-app-bundle
How to get .apk and .ipa file from flutter?

I am new to flutter programming and I've created a demo app, its running fine on both android and iOS …

flutter apk ipa flutter-ios
Where does Android Studio save the ProGuard mapping file?

In Android Studio, where are the ProGuard mapping files generated after compiling a signed APK? I'm not sure if it …

android android-studio apk proguard
Generate Apk file from aab file (android app bundle)

Is there any way to generate an apk file from android app Bundle via terminal or using android studio?

android android-studio apk android-app-bundle