Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 541 Bytes

README.md

File metadata and controls

17 lines (10 loc) · 541 Bytes

PowerShell APK Extractor, using ADB

Prerequisites

Android Debugger Bridge


Notes

  • You may need to run: PowerShell ExecutionPolicy ByPass if your system is not configured to run external scripts by default.

  • Do not forget to rename or move your extracted APK file from C:\ before executing the script again.


Instructions

  • On Line 8, replace the dollar sign ($) with the filepath to your Android SDK Platform Tools where your ADB file is located.