목록ADB (2)
루토's sssssstory
Cannot execute adb or fastboot
Even though you installed adt-bundle-sdk and jdk, if you meet the below message after execution adb or fastboot on Ubuntu , bash: /home/user/android-sdk/sdk/platform-tools/adb: No such file or directory You should install the below things, sudo apt-get install libc6:i386 libncurses5:i386 libstdc++6:i386
Development/Linux & Android
2013. 4. 3. 13:17
adb device -> no permissions
우분투(리눅스)에서 아래와 같은 상황이 발생하는 경우 $adb devices List of devices attached ?????????? no permissions udev의 rules 파일에 디바이스 정보가 없거나 adb 서버를 다시 실행시켜 주어야 한다. /etc/udev/rules.d/51-android.rules 파일에 해당 디바이스의 정보를 추가하고 $sudo restart udev 그래도 같은 메시지가 나타나면 $sudo adb kill-server $sudo adb start-server List of devices attached 131247123712E100 device fin. 참고 : http://bzpalm.net/wordpress/archives/192
Development
2011. 1. 10. 17:33