문제

It seems that in order to debug with adb on os x you need to have your droid x set to "usb mass storage". See the following:

Droid X not connecting to adb on OS X

The problem with "usb mass storage mode" is that you cannot access the sd card while in this mode. The app I'm creating has some key functionality that accesses the sd card and needs to be debugged.

Is there a workaround for this issue?

도움이 되었습니까?

해결책

It turns out setting the phone to "charge only" is the solution for this.

다른 팁

Your phone can be set to debug on connecting through USB. Then, it will always debug irrespective of whether you are tethering, charging or connecting on USB.

If you want to debug and have access to USB through the phone, set it on charging.

If you want to debug and have access to the USB storage on your computer, use Mass storage.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top