About 201,000 results
Open links in new tab
  1. 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 …

  2. How do I get an apk file from an Android device? - Stack Overflow

    Oct 27, 2010 · How do I get the apk file from an android device? Or how do I transfer the apk file from device to system?

  3. How do I get the APK of an installed app without root access?

    280 I'm trying to extract the APK file of an installed Android app WITHOUT root permissions. I thought that this was impossible, because all APK files for non-system-apps are located in …

  4. How to unzip, edit and zip an android apk - Stack Overflow

    Apr 5, 2015 · xxx.apk: Zip archive data, at least v2.0 to extract Editing I think this is self-explanatory. Go into the folder to which you exported the *.apk contents and edit them as you …

  5. Is there a way to get the source code from an APK file?

    Aug 29, 2010 · Procedure for decoding .apk files, step-by-step method: Step 1: Make a new folder and copy over the .apk file that you want to decode. Now rename the extension of this .apk file …

  6. Generate an APK file from an AAB file (Android app bundle)

    Oct 29, 2018 · Is there a way to generate an APK file from an Android Application Bundle (AAB) via Terminal or using Android Studio?

  7. 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 …

  8. How to view AndroidManifest.xml from APK file? - Stack Overflow

    I have one APK file. I need to view the Androidmanifest.xml file. because i used one framework. That APK file also used same framework. So i need to see how to configure the …

  9. How to get .apk and .ipa file from flutter? - Stack Overflow

    Jun 1, 2018 · For apk, you can use flutter build apk --release to get the release version of your apk on either windows/macOS. For ipa, you have to use flutter build ios --release to get the …

  10. How to extract source code from flutter APK or AAB file?

    Apr 22, 2023 · Extracting flutter code from APK seems to be impossible at this point, unless you have a flutter debug apk. If you want native code, then you can follow this to at least recover …