Friday, April 8, 2011

Setting Up Android Development

Check that adb works:
haoqili@stay-focused-hq:~/Desktop/6.857/proj/android-sdk-linux_x86/platform-tools$ ./adb shell
# id
uid=0(root) gid=0(root)
# exit


Integrate APG (by its .apk) into Android SDK:

haoqili@stay-focused-hq:~/Desktop/6.857/proj/android-sdk-linux_x86/platform-tools$ ./adb install /home/haoqili/Desktop/6.857/proj/APG-1.0.8-release.apk
1678 KB/s (1089338 bytes in 0.633s)
pkg: /data/local/tmp/APG-1.0.8-release.apk
Success


Go to simulator phone. It's there in the panels!

No comments:

Post a Comment