Top "Apk" questions

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

adb - How to reinstall an app, without retaining the data?

adb install foo.apk When using this command, if the apk exists, I should get the error *Failure [INSTALL_FAILED_…

android apk adb command-prompt
How to zipalign the apk file in Windows

I have signed and packaged the Xamarin application and so have created the apk file using Visual Studio. How can …

android xamarin apk
How To Stop Installation of Multiple Slice APK In Android Studio 2.3

After updating the android studio to version 2.3. i am facing issue during installation on android device from android studio. here …

java android apk
Run commands Android Terminal Emulator. Install apk by code

I'm trying to run commands on the Android Terminal Emulator. I have my device rooted and I installed superuser.apk. …

android installation apk terminal-emulator
Signing an APK with an upload key provided by Google Play

I'm trying to make sense of how to upload an app onto Google Play while using Google Play App Signing. …

android google-play apk keytool android-app-signing
Difference between app-debug.apk and app-debug-unaligned.apk

In android studio with build variant set to "debug" mode, I found two outputs of apk app-debug.apk app-debug-unaligned.apk …

android android-studio apk
How to generate an .apk file from Xamarin.Forms Project using Visual Studio?

I have a Xamarin.Forms project that I'd like to distribute as an apk; however I cannot find how to …

android visual-studio apk xamarin.forms
Upload Android app to google play step by step...?

1) I'm newbie to android distribution,my application is ready and now I want to distribute it through google play. But …

android certificate apk google-play distribute
Resign apk with different keystore

Currently I'm getting the apk signed with the private keystore file but I want to sign that apk with different …

android apk sign
APKtools (APK Studio) Could not decode arsc file

I am tring to decompile an APK with AKP-Studio (it uses Apktool 2.0.0-Beta9) but on every APK I get this …

android apk decompiling apktool