YouWave is a faster Android emulator than the Android emulator from Android SDK. Can I link Eclipse to YouWave, so that when I run programs in Eclipse, YouWave automatically runs that project?
YouWave is a faster Android emulator than the Android emulator from Android SDK. Can
Share
Try entering this line in your command shell. It worked fine for me.
adb connect localhost:5558
It is gradually in the format—>> adb connect [your ip]:port number
Default port is 5555 for adb and 5555-5557 are reserved for some purpose.
So Here 5558 is the port number that is used.
If you’re having any confusion regarding the ip address of your machine, simply write ‘localhost’.
Hope this helps,
Sid