Please guide me i am beginner in android. I don't know what going on i simply check the emulator in simple hello world program but emulator disconnected. no error in program and also not show in log cat.
Asked
Active
Viewed 1,452 times
0
-
1Please consider specifying your question. Maybe try to follow some tutorial on internet. – grattmandu03 Sep 09 '14 at 08:42
-
look into this [post](http://stackoverflow.com/q/22667030/3326331) – Sagar Pilkhwal Sep 09 '14 at 08:43
-
emulator disconnected??Check for api level in emulator and in manifest file. I am sure It is out of range for emulator – Rohit Sep 09 '14 at 08:43
1 Answers
0
Please check Tools>Connection Assistant. Or you can follow this manually;
1.Run your Hello World program and open your emulator.
2.Follow these on your emulator Android OS;
(1) On Android 8.0 and higher, go to Settings > System > About phone(or About emulated device) and tap Build number seven times.
(2) On Android 4.2 through 7.1.2, go to Settings > About phone(or About emulated device) and tap Build number seven times.
3.Return to the main Settings menu to find Developer options at the bottom. In the Developer options menu, scroll down and enable USB debugging.
Result; Usb Debugging Connected
After did these, you can run your project; Hello World

Ekestfa
- 38
- 6