I am new to Android development and have problems installing the entire latest platform. I am a Java developer who would like to learn Android.
I successfully installed all the programs in windows xp sp3 (JDK 1.6 with created environment vars, eclipse 3.5, 3.6 and 3.7, Android SDK with all functions, devices, platform tools, APi, etc. and ADT Plug-in 12 for eclipse with an emulator for API 8 (Target 2.2-), but when I run the android project in eclipse (Run -> Android Application), the eclipse console shows me: "The connection to adb does not work, and a serious error has occurred ... You have to restart adb and eclipse .. . Make sure adb is in this path: D: \ Android \ android-sdk-windows \ platform-tools \ adb.exe ' "(or something similar).
I am sure that the path is right, adb works correctly on the command line, and the commands "adb kill-server" and "adb start-server" work fine, but do not solve my problem (as I read in other answers).
The emulator via Eclipse does not work, but if I run the emulator through the Eclipse ADV Manager, the emulator will start fine, but when I launch the Android application, I get the same error.
I believe Eclipse cannot run adb, but I do not know why.
Another problem, when I executed "adb devices", the console will show me an empty list, there are no "no devices" messages, but when I connected my HTC adb works fine in the console, but Eclipse does not.
In addition, I am also trying to restart adb with the Eclipse - Devices tab, but the list of devices is also empty.
Can anyone help me please? I read so much that my eyes are uneven. Xd
Regards!!
PD: sorry, but my English is a little poor;)