Friday, February 7, 2014
How to Extract the APK From the Google SDK
1. Connect your Android device to a computer with the Android SDK installed using the USB cable that came with your device.
2. Click the Windows 'Start' button and type 'cmd' into the text box. Press 'Enter' to open the Windows command line.
3. Type 'cd C:\android-sdk-windows\tools\' and press 'Enter.' This command points the command prompt to the utility you need to extract the APK. Type 'adb shell' and press 'Enter' to start the utility.
4. Type 'su' in the utility command prompt and press 'Enter.' After the system logs you in, type 'cd data/app' and press 'Enter.' This folder contains your Android app files.
5. Type 'ls' and press 'Enter.' All of your install apps are displayed. Choose the app you want to extract and type 'adb pull /data/app/phone.apk name.apk' where 'phone.apk' is the name of the APK file listed. The APK is extracted and stored on your computer.
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment