Top "Apk" questions

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

error Unknown failure (at android.os.Binder.execTransact(Binder.java:565)) Error while Installing APKs

Could somebody tell me what that means? Everything went fine, I haven't changed anyhing and it just happened, this is …

java android apk
Installing an apk on android emulator on Mac OS

I tried following these steps(from here): go to sdk folder, then go to tools. copy your apk file inside …

android macos emulation apk
How to use Eclipse to create released signed apk?

I have been a Java programmer/instructor since Java was Oak (which is the development name for Java). Where can …

android apk signing
INSTALL_PARSE_FAILED_INCONSISTENT_CERTIFICATES on adb install

The same Android project is built in debug mode, sometimes with Eclipse, sometimes with ant (on build machine). If I …

android eclipse apk signing android-install-apk
Android Studio Signed APK Not Installing

I am in Android Studio and signing an APK under Build > Generate Signed APK and using the wizard. Everything …

android android-studio apk release signed
React Native Android Duplicate file error when generating apk

When I am trying to generate android apk by using ./gradlew installRelease, I get this error in console: ~/React-Native/mockingbird/…

android react-native apk
What is .build-deps for apk add --virtual command?

What is .build-deps in the following command? I can't find an explanation in the Alpine docs. Is this a file …

docker apk dockerfile alpine
Encode/Decode AndroidManifest.xml inside APK

I'm using ApkTool to decode AndroidManifest.xml inside an APK file and it works perfectly but how can I encode …

android android-manifest apk decode encode
Could not find Library.apk!

I managed to restructure my application pretty nicely so that, except for a few methods in a derived Activity class, …

android apk android-library library-project
Android Studio - How to ZipAlign apk

I have created a signed apk using Android Studio and I'm now going to zipalign it, I have read this: …

android android-studio gradle apk zipalign