Top "Apk" questions

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

Android studio import problems. (Apktool)

I have been trying to import a file to android studio that I decompiled using apktool. But when I try …

android import apk apktool
Download .apk with DownloadManager

Hi I'm facing a little problem here. For updates of my App (that isn't available in Play Store) I download …

android file ftp apk download-manager
Android signing error: trusted certificate entries are not password-protected

Got a certificate to sign the android unsigned release apk files, So I imported the cer using command: keytool -import …

android apk keytool jarsigner apksigner
Parse versionCode from android apk files

I know .apk files are .zip files, but AndroidManifest.xml looks binary and certainly grep or hex editors haven't been …

android packaging android-manifest apk
Verify that apk is a paid copy (avoid piracy of app)

I'm totally new to the Android Play store. I'm working on an app that is almost finished and ready to …

android apk android-lvl copy-protection
Updating App without installing new APK

I'm trying see whether it's possible to remotely update an app on a users phones without downloading an .apk file. (…

android apk hotfix
android apk's silent installation

I'm searching for a way to program my application to install silently an apk file. I'm aware about the possibility …

android apk silent-installer
How to decode those JD-GUI error decompiled Bytecode

I want to decompile one apk file to see some part of its source code, but when I get to …

apk bytecode jd-gui
Changing application package name in custom Ant build step

I'm trying to use a custom build to repackage my Android app. I want to create an internal beta version …

android apk aapt
Android Apk decompilation seems to easy

I was just messing around. I downloaded the dex2jar http://code.google.com/p/dex2jar/ and the Java …

java android obfuscation apk decompiler