Top "Apk" questions

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

APK signing error : Failed to read key from keystore

I'm developing android app under intellij and gradle. and using following way to generate keystore file: keytool -genkey -v -keystore …

android gradle apk
Android - How to decode and decompile any APK file?

I'm working on ads: my customers gave me some APK files of their Apps. My work consists of inserting ad …

android decode decompiler apk
This version of the application is not configured for billing through Google Play

When I try to run my application with in-app billing I am getting the error: "This version of the application …

android apk in-app-billing google-play
Android Studio - local path doesn't exist

After updating Android Studio to 0.2.4 I can't get my project to deploy. There is a complete mismatch of the apk …

android deployment apk android-studio
Is it possible to decompile an Android .apk file?

Are the users able to convert the apk file of my application back to the actual code? If they do …

android obfuscation apk decompiling dex
Difference between signature versions - V1 (Jar Signature) and V2 (Full APK Signature) while generating a signed APK in Android Studio?

Please select at least one of the signature versions to use in Android Studio 2.3 Now while generating a signed APK …

android android-studio apk signature signing
Android Error Building Signed APK: keystore.jks not found for signing config 'externalOverride'

I get this error when I try to Build Signed APK. I recently upgraded to API 23 but Generated APK:s …

android android-studio build apk android-signing
Failure [install_parse_failed_no_certificates] when attempting to install APK to the emulator

I downloaded Myfiles.apk from the internet and I'm trying to install it to my Android emulator. While installing Myfiles.…

android cmd emulation apk
Android Studio: how to generate signed apk using Gradle?

I've searched on Google and SO but cannot find my answer. This is the first time I'm working with the …

android gradle android-studio apk android-gradle-plugin
How to set versionName in APK filename using gradle?

I'm trying to set a specific version number in the gradle auto-generated APK filename. Now gradle generates myapp-release.apk but …

android build gradle apk android-gradle-plugin