Top "Apk" questions

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

modifying .smali files

I reverse engineered some android apks to add some instrumentation for functional testing. I want to know given an smali …

android apk logcat smali
SignAPK - PEM file AND PK8 file

What is PEM file & Pk8 file . Where can i find these for android apk. I need to use this …

android apk sign pem
How to Build apk with Phonegap Cli

I Build a apk with phonegap cli, but problem is when I try to install apk with android phone get …

android cordova apk phonegap-cli
Turn on hardware acceleration if available (such Android 3+) with Android APK 2.2

I developed a application for Android 3.0, and it's runs perfectly well, but the client insist on compatibility with 2.2 devices. Disabling …

android android-manifest apk android-compatibility android-hardware
Error bootstrapping the device Error code=8

I was trying to install apk on my windows phone 10 ( Lumia 435 ). But while pairing the device I struck on error …

apk windows-10-mobile lumia
Repackage APK file to contain custom assets - what build tool to use?

Update: This is an old post, and references below to broken aapt versions will be out of date. Based on …

android ant apk aapt
Android Export aborted because fatal error were founds

I can't export signed or unsigned application package *Export Aborted Export aborted because fatal Lin error were founds. These are …

android export apk signed
Google play, I accidentally uploaded production APK, now can't do beta testing

I first accidentally uploaded an APK to production in the google play developer console. Now when I click publish, it …

android google-play apk
How to sign an apk through command line

Be informed that we have created an apk file through command line with the help of Android SDK. Now since …

android apk signed-apk