simple examples of how to

Monday, October 31, 2011

[Android] connecting android in linux

first, download android-sdk and use

$ sudo adb start-server # you should start the server as root

$ adb shell # you can connect to the android shell

No comments:

Post a Comment