Top "Apk" questions

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

Decompile .smali files on an APK

I downloaded APK Manager that lets me unpack APK files. But it only unpacks it and doesn't decompile the .smali …

java android apk smali
How do I get the APK of an installed app without root access?

I'm trying to extract the APK file of an installed Android app WITHOUT root permissions. I thought that this was …

android root apk
Install Application programmatically on Android

I'm interested in knowing if it is possible to programmatically install a dynamically downloaded apk from a custom Android application.

android apk
How to Sign an Already Compiled Apk

I've decoded an APK with apktool (as the original source code was lost) so I could fix some issues with …

android android-install-apk apk
How to sign an android apk file

I am trying to sign my apk file. I can't figure out how to do it. I can't find good …

android apk signing
Application Installation Failed in Android Studio

Yesterday my app was running perfect from Android Studio but today when I started working on my app and running …

android android-studio installation apk
How to retrieve Key Alias and Key Password for signed APK in android studio(migrated from Eclipse)

I have an android app currently published in Google Play which I update periodically. I follow the following process to …

android android-studio apk signing
Android Studio: Application Installation Failed

I've been trying to learn how to use Android Studio but when I attempted to run one of the sample …

android android-studio apk
How do I verify that an Android apk is signed with a release certificate?

How can I check that an Android apk is signed with a release and not debug cert?

android apk android-keystore
Read the package name of an Android APK

I need to get the package name of an Android APK. I have tried to unzip the APK and read …

android apk