Eclipse can't find my device

Search This thread

simpleasy

New member
Feb 8, 2013
2
0
"No compatible targets were found. Do you wish to a add new Android Virtual Device?"

I didn't really program anything yet, I'm just trying to set everything up so I can start learning how to program for an android device, but I can't seem to get past this problem.

I'm using windows 7 and a sony Xperia J.
I rebooted both already, and re-installed the drivers (assuming I installed the correct drivers, but I'm pretty sure I did)

I've been trying to solve this problem for 4 hours already... any help would be greatly appreciated :)
 

djeordje

Member
Dec 21, 2012
36
5
I think you have a problem with the ADB driver.
Why don't you wanna use a virtual device?
 

simpleasy

New member
Feb 8, 2013
2
0
because I have to get the app on my phone in the end no matter how I test it, and to get it on I need adb anyway..
So I'd rather deal with this problem now :p
 

djeordje

Member
Dec 21, 2012
36
5
Ok, I prefer to use the emulator because I want to have all on the same screen.
2 more things:
- on your device, have you checked in Settings -> Developer options, the option "USB debugging"? Without it, the computer sees only the media device.
- go with a command prompt in the folder "...\android-sdk\platform-tools" and run "adb devices". This command will display all the devices connected.

Good luck!