Top "Apk" questions

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

Cause: buildOutput.apkData must not be null

My android application using Kotlin is throwing this exception when I try to Run 'app' in the emulator o in …

android android-studio mobile apk mobile-application
Can I re-sign an .apk with a different certificate than what it came with?

If I have an apk can I remove the current signing and some how re-sign it with a different .keystore …

android signing apk
Export unsigned apk from a Gradle Project in Android Studio

I usually create projects with Eclipse and import them into Android Studio, because I hate the project structure AS gives …

android android-studio apk artifacts
React Native: Generate .apk and .ipa using Expo

I'm trying to generate a .ipa and a .apk file for my React Native app using Expo & Create React …

react-native apk ipa expo create-react-native-app
How to solve "Your APK's version code needs to be higher than 2." in Google Play's Developer Console?

I'm getting this error when uploading my Phonegap app to the Google Play Developer Console: Your APK's version code needs …

android cordova apk
What is the equivalent of apk in iOS?

What is the equivalent of apk in iOS?

ios apk
Android APK file: Re-activate older APK file in Google Play Store

I have uploaded two APK files into the Google Play store. One is a newer version and one is an …

android apk
why unaligned apk is needed?

Android gradle produces apk in two binaries: unaligned and aligned. The document said... Once you have signed the APK with …

android apk release
Role of classes.dex file in an apk file

When opening the apk file with winrar(s/w to open compressed files). I got a bunch of files packed …

android apk
Decompile APK and import in android studio

I Decompile apk with online tool "http://www.decompileandroid.com/" and with "APK studio". Decompiling is okay, with all .java …

android android-studio apk decompiling