About 265,000 results
Open links in new tab
  1. How to fix warning "APK does not support 16 Kb devices"

    Sep 3, 2025 · In apk analyser I noticed, that .so libraries were not compiled to support 16 kb. I have updated external libraries with latest versions with 16 Kb pages support.

  2. android - Failure [install_parse_failed_no_certificates] when ...

    But I am getting the following error: >Failure [INSTALL_PARSE_FAILED_NO_CERTIFICATES: Failed to collect certificates from /data/app/vmdl840513344.tmp/base.apk: META …

  3. dockerfile - Is it necessary to RUN apk update && apk upgrade in …

    Apr 28, 2022 · It isn't necessary to always apk update/upgrade in your dockerfile. However it surely isn't a bad idea. Especially if you install packages with apk, you should make sure that …

  4. How to view the contents of an Android APK file?

    Aug 30, 2010 · Actually the apk file is just a zip archive, so you can try to rename the file to theappname.apk.zip and extract it with any zip utility (e.g. 7zip). The androidmanifest.xml file …

  5. How to add trusted root CA to Docker alpine - Stack Overflow

    Apr 23, 2021 · First step is to be able download anythink using apk. Second step (the step you are asking) is to download ca-certificates tool and then add CA standard way with calling …

  6. android - installing .apk file in actual device only for testing ...

    Mar 21, 2011 · installing .apk file in actual device only for testing Asked 14 years, 7 months ago Modified 10 years, 4 months ago Viewed 29k times

  7. android - Cannot install signed apk to device manually, got error …

    Dec 14, 2015 · Build > Generate Signed apk. Create Keystore path. Put Password, alias, key password. Build type select accordingly (eg to release in playstore use release). Signature …

  8. Reverse engineering from an APK file to a project

    Oct 4, 2012 · I accidently erased my project from Eclipse, and all I have left is the APK file which I transferred to my phone. Is there a way to reverse the process of exporting an application to …

  9. How to simply install apk in device in Android Studio

    May 5, 2017 · 5 I use this method to install the generated APK to the device using bash script since I'm working on Linux (didn't try this on windows or os x). When you run the app in the …

  10. adb install: downloaded apkm file from ApkMirror.com doesn't …

    Jul 27, 2022 · For your convenience they are ZIPed into one file so you don't have to download half a dozen APK files. For installing such an APK zip bundle (some times called app-bundle) …