Top "Apk" questions

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

getting Failure [INSTALL_FAILED_TEST_ONLY: installPackageLI] in Android studio 3.0

As per this blogpost from CommonsWare, AndroidManifest.xml file can have an android:testOnly attribute. In my AndroidManifest.xml it …

android android-studio apk
How to extract installed Apps on BlueStacks emulator

I need to have open/edit/review of my own app which I've previously installed on BlueStacks. Somehow I think …

android apk bluestacks
How to debug smali code of an android application?

I have a working android application. of which i dont have a source code. I would like to debug a …

android apk dex smali
Jarsigner is not recognized internal or external command

i'm trying to check if my signed release apk is really signed. But following some tutorials, or the single i've …

android apk jarsigner
Android studio 3.0 does not generate signed apk

After updating android studio to version 3.0 (windows), I am unable to generate a signed APK. When build has completed, i …

android android-studio apk
Unable to rebuild apk with apktool kali linux

hello guys failed to recompile an apk with apktool this is the error log image: I did all those commands: …

linux apk rebuild apktool zipalign
google play alpha and beta tester function

I have a question regarding the new Play Developer Console functions (Alpha & Beta Testing) , maybe somebody has some experience …

android apk beta-testing
Android: Understanding the APK installation process

I am trying to understand the process of how an apk is installed on Android, specifically the Android SDK emulator …

android installation apk
Android APK Certificates - what fields are required and what if that info changes?

This seems pretty basic but I can't find the info I'm looking for anywhere, particularly with regard to Android apps. …

android certificate apk signing
Content Provider INSTALL_FAILED_CONFLICTING_PROVIDER (installing content provider as a separate apk)

I have two applications which use the same content provider, but I can't put the same content provider in both …

android android-contentprovider apk