Click here to Skip to main content
15,881,882 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,

I have installed android studio in my system, my question is I want to run emulator, and the notifications which I get in my smartphone that should come in the emulator, for that I have done the basic things but finally when I am running to adb on command prompt it showing some device not found, will it require to install smartphone's driver in the system. Please help me.

Thanks
Posted
Comments
Richard MacCutchan 7-Apr-15 3:14am    
You need to have your emulator running, or a real device connected, in order to use adb.
OriginalRocky 7-Apr-15 3:17am    
yes, I have done that but still it showing device not found.. @Richard MacCutchan
Richard MacCutchan 7-Apr-15 3:20am    
Sorry, but we cannot see your screen or guess what is happening. You need to provide some proper detailed information if you need help.
OriginalRocky 7-Apr-15 3:29am    
I have done the following steps
1. Created a new emulator and kept it as running.
2. Now In the smartphone USB debugging enable and connected to the USB port of the system.
3. Android wear app is downloaded and installed in the smartphone and kept it for running.
4. Finally in command prompt, follwing adb command ran
in the same sdk location, adb -d forward tcp:5601 tcp:5601
after running this command it showing the device not found,

May be this information will help you to find out the problem..
Richard MacCutchan 7-Apr-15 3:49am    
Try adb devices to see what is connected. See also http://developer.android.com/tools/help/adb.html.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900