Top "Apk" questions

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

How to share split APKs created while using instant-run, within Android itself?

Background I have an app (here) that, among other features, allows to share APK files. In order to do so, …

android apk android-instant-run
Can a Flutter app be proposed on the Huawei AppGallery?

Some Huawei mobile devices don't have the Google Play Store and have the Huawei AppGallery instead. Since Flutter is for …

android flutter apk huawei-mobile-services appgallery
You uploaded an APK that is not signed with the upload certificate

Getting error You uploaded an APK that is not signed with the upload certificate. You must use the same certificate. …

android apk sha1 code-signing-certificate
How to modify the data in the assets folder in existing apk programmatically?

I want to replace one file in the assets folder with generated apk(in the assets folder there is sample.…

android apk android-assets
Build - il2cpp did not run properly

I'm using unity 2019.2.0f1 with the integrating jdk-sdk and ndk recommended by unity to build a game for android platform …

android unity3d apk arm64 il2cpp
Android ProGuard return Line Number

Is there a way to get ProGuard to return a line number where the crash happened? I can use retrace …

java android apk proguard
PHP Android how to dowload apk file

I have Android app on my server and also have php code like: header('Content-Type: application/vnd.android.package-archive'); header(…

php android download apk force-download
Unable to generate APKs using bundletool in Android Studio

As mentioned in Bundletool Documentation I'm giving following command on Android Studio terminal: bundletool build-apks --bundle=/MyApp/my_app.aab …

android android-studio apk android-app-bundle
Find out the class name of an apk

I am developing an app that should be able to launch another app installed on the phone. Currently, I am …

android package apk decompiling classname