am trying android with eclipse in linux.
I got struck and restarted adb.
./adb kill-server
[raja@raja platform-tools]$ ./adb devices
* daemon not running. starting it now on port 5037 *
* daemon started successfully *
List of devices attached
[raja@raja platform-tools]$
Then I tried to launch the helloworld.
I get this error,
[2011-10-22 22:58:56 - HelloAndroid] Failed to install HelloAndroid.apk on device 'emulator-5554!
[2011-10-22 22:58:56 - HelloAndroid] (null)
[2011-10-22 22:58:56 - HelloAndroid] Failed to install HelloAndroid.apk on device 'emulator-5554': device not found
[2011-10-22 22:58:56 - HelloAndroid] com.android.ddmlib.InstallException: device not found
[2011-10-22 22:58:56 - HelloAndroid] Launch canceled!
Please help me fix this.
Thanks.
Perhaps too trivial question, but did you start the device in Eclipse AVD manager?