简体   繁体   中英

Eclipse recognizes android device, but won't doesn't allow selection of it

When I open the DDMS, it shows the device there.

显示设备在那里

However, when I try to run my program, Eclipse opens the Android Device chooser.
The Android Device Chooser has nothing under it. 错误图片 I'm running it on a mac. I've tried installing the drivers for the phone. I've enabled downloading from unknown sources and downloading from USB.

Adb confirms that it is there too.

The emulator runs fine.

Don't know if this will help or not, but on the phone, there are two notifications. "Connected as a media device" and "USB debugging connected" That should be normal?

I've searched everywhere and I can't figure out the reason.

It looks that minimum SDK version of your application is not less than or equal to Android version of your device due to which you are not able to select the device to run your application. Please check it

Hover over the the menus (Serial number, AVD Name, etc) with the mouse. It should turn into the arrow thing to allow you to resize it. Click and resize it a bit. The device will magically appear.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM