Top "Apk" questions

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

ANdroid - Run APK file after edited using apktool get error : [INSTALL_PARSE_FAILED_NO_CERTIFICATES]

I have an APK file name : Splash.apk. First i decode it using apktool apk d Splash.apk Then i …

android compiler-construction apk adb decode
Android, sideloading applications and keep them up to date via Google Play

My company would like to give an Android device to a group of our selected customers. Doing that, we would …

android google-play apk sideloading
Convert the android app in Google Play for Samsung Store

Recently (After July 1st), I have a new app in Google play. But I came to know that from July 1…

android apk google-play-services publishing samsung-mobile-sdk
How to sign debug APK's with the same key as release APK's - Android Studio

I want to test in-app purchasing within my app, but it seems impossible to do this with a regular debug …

android android-gradle-plugin apk signing
Google Play App Signing upload.pem?

I've developed and uploaded an android app to the Google Play Store, and I "accidentally" clicked the enable Google Play …

android apk android-app-signing
Visual Studio 2013 update 4 cordova, how to export Android apk file to publish in PlayStore

Usually i develop the native android apps in eclipse ADT, and now i trying the new Visual Studio cordova plugin (…

visual-studio-2013 apk visual-studio-cordova
dexexception: not support version

I was trying to convert apk to source code. When I entered below command ./d2j-dex2jar.sh classes.dex …

apk dex android-8.0-oreo decompiler
Generate apk name as package name in Android Studio

Android studio will generate default apk name as app-(release|debug).apk. How to generate apk file name same as …

android android-studio android-gradle-plugin apk package-name
Failure [INSTALL_FAILED_USER_RESTRICTED: Invalid apk] in android

I am using Android Studio 3.0.1. When i am trying to run app INSTALL_FAILED_USER_RESTRICTED: Invalid apk error occurs. …

android android-studio apk adb failed-installation
how to sign ".apk" file on an Android Phone?

I want to generate an new ".apk" file on the phone (a function in my app-market like app), and I …

android apk jarsigner