lgxqf  

1.Eclipse导入Android Project 时的“Invalid Project Description”错误的解决办法    http://www.javaeye.com/topic/479550

2.adb shell提示insufficient permissions for device:

  解决办法:用root权限

  1 sudo -s 

  2 ./adb kill-server

  3 ./adb devices 

3. adb remount, operation is not permitted.

    Try adb root, then adb remount.

posted on 2010-01-11 10:10  Justin_Ma  阅读(182)  评论(0)    收藏  举报