February 26, 2011

Install APK Using Android SDK

1. install JDK (32-bit)
oracle.com/technetwork/java/javase/downloads

2. download Android SDK (zip)
developer.android.com/sdk

3. start SDK Manager

4. install Android SDK Platform-tools

5. go to platform-tools folder

6. you need these files adb.exe, AdbWinApi.dll, AdbWinUsbApi.dll

7. set up phone
USB storage = off
Settings > Applications > Unknown sources = off
Settings > Applications > Development > USB debugging = on
driver is located on the phone

8. adb install mapdroyd.apk

References: 1 2 3 4 5 6 7

No comments:

Post a Comment