Top "Apk" questions

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

Difference between AAR, JAR, DEX, APK in Android

In Android systems or development enviroments, what are the differences between AAR, JAR, DEX, and APK files? What is the …

java android apk dex aar
App not installed

I'm having problems when i try to install my apk in release mode, if I donwload the debug file, it …

android android-manifest apk release
Is 'armeabi' 32bit or 64bit?

In regard to this article There is a similar thread here, that says you can unzip the apk file and …

android arm 64-bit apk apportable
Problem "Entry name 'META-INF...' collide - Android

I have added some things to my mobile application, such as adds or animation-lists. The thing is that I could …

android android-studio mobile apk meta-inf
what is a adb daemon?

While running an application .apk file is formed and that apk file is installed in the emulator. for installing the …

android android-emulator apk adb titanium-mobile
Injecting code into APK

I know you can decompile code using apktool and recompile it again, but my question is how would you be …

android code-injection apk
Can an APK be repacked after a minor text edit?

I'm creating a software that will guide the user through a few steps, to publish an android application (APK file). …

android mobile air apk
Self updating app

TL:DR; version ;) my app should run without user interaction (autostart etc works) it should update itself (via apk) without …

android apk updating self-updating
What are the purposes of files in META-INF folder of an APK file?

What are the purposes of MANIFEST.MF, CERT.SF and CERT.RSA file in the META-INF folder in an android …

android apk digital-signature
Integrate an Android app (.apk) into an existing Android project

Here's the use case: A friend and I are building an Android app and along with it want to integrate …

android apk decompiler coronasdk