• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

ADB error:device not found

rooney10

Lurker
22nd of march 2011 i was updated my android SDK tools , after i was updated when i trying to find my device in cmd prompt its showing error: device not found but before my update i was used that adb shell command it was worked good but after update it is not working

i was used these commands
adb kill-server
adb start-server

can any one please helpme:confused:
 
what device?

Try rebooting the phone, and/or a different usb port. If you use eclipse, close it and do the adb kill-server and start-server commands again. If all else fails reboot your pc maybe.

^just some things to try
 
i am developing android application in eclipse ,,
When i am run the program it runs the emulator but in Console window it shows that

[2011-03-24 09:43:35 - helpme] ------------------------------
[2011-03-24 09:43:35 - helpme] Android Launch!
[2011-03-24 09:43:35 - helpme] adb is running normally.
[2011-03-24 09:43:35 - helpme] Performing com.example.helpme.helpme activity launch
[2011-03-24 09:43:35 - helpme] Automatic Target Mode: launching new emulator with compatible AVD 'my_avd'
[2011-03-24 09:43:35 - helpme] Launching a new emulator with Virtual Device 'my_avd'
[2011-03-24 09:43:38 - helpme] New emulator found: emulator-5554
[2011-03-24 09:43:38 - helpme] Waiting for HOME ('android.process.acore') to be launched...
[2011-03-24 09:44:56 - helpme] emulator-5554 disconnected! Cancelling 'com.example.helpme.helpme activity launch'!

and also , if i gave a command adb shell in command prompt it shows that "error: device offline"

can u please helpme :confused:
 
Do you have a firewall running? You may need to allow eclipse and adb through.

I'm just guessing though I do most of my dev on a phone as I hate the emulator heh :)

Sorry I couldn't be of more help :(
 
When you have your phone connected via USB go to your Device Manager on your Computer and see if your phone is listed there under Portable devices. If not you may have Driver problem.
 
Maybe try downloading a fresh copy of the SDK?

I know there are some serious errors in the SDK updater... What OS do you use? I had my SDK on my D:\\ drive in windows and the updater completely broke when trying to update the tools and platform-tools folders.

Another thing might be to try and create a new Virtual Device <-- try this first
 
Back
Top Bottom