Top "Apk" questions

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

API to automatically upload apk to Google Play?

Is there any API or tool that enables me to automatically upload an APK to Google Play? I want to …

android api apk publish google-play
Change apk name with Gradle

I have an Android project which uses Gradle for build process. Now I want to add two extra build types …

android gradle apk android-gradle-plugin
Testing an adb update, versus install?

How do I test an update of my application, versus a clean install? I see that adb install has several …

android android-emulator apk adb
Android - Application (apk) Maximum size

I am going to install first application in my android phone, but having some doubts related to Android Memory (Maximum …

android android-emulator sd-card apk avd
When and how does a PWA update itself?

As far as I know, once you click "add to homescreen" on a PWA's website, the browser generates an .apk …

android apk manifest service-worker progressive-web-apps
Reducing android app (apk) size

I would be now publishing my first app on Google play store. I have already compressed images used in my …

java android jar apk proguard
Extract app icon from apk file

I am in need of extracting the app icon from an apk-file. I just need one icon, i don't want …

android apk embedded-resource android-resources
Eclipse installation failed due to invalid APK file?

I use Eclipse for develop android apps, but when run projects see this error: Installation failed due to invalid APK …

android eclipse apk installation-package
Difference between debug and release apks

I am new to android as well as android studio. From my experience in visual studio, when we test the .…

android apk release