[gallery]
1. download, install and update android sdk from google
http://developer.android.com/sdk/index.html
2. download and install jdk (java development kit) from oracle
http://www.oracle.com/technetwork/java/javase/downloads/index.html
3. go to "C:\Program Files\Android\android-sdk"
4. run AVD Manager.exe
5. create new AVD (android virtual device)
6. launch the AVD created.
6. go to C:\Program Files\Android\android-sdk\platform-tools
7. run "adb install [path]
example: adb install fruitninja.apk
output:
* daemon not running. starting it now on port 5037 *
* daemon started successfully *
66 KB/s (1667798 bytes in 24.655s)
pkg: /data/local/tmp/fruitninja.apk
Success
0 comments:
Post a Comment