Android-Hello World

前端 未结 12 1607
无人共我
无人共我 2021-01-11 09:59

I\'m currently learning how to create android applications so I started with the basic \"Hello World\" tutorial over at the Android Developers home page. The code is quite s

12条回答
  •  情歌与酒
    2021-01-11 10:18

    I assume you are using the emulator. You have to be patient; it takes a very long time to start up (several minutes.) You can start the emulator manually by going to the Window menu in Eclipse, selecting "the Android SDK and ADB manager," clicking on the emulator you created and then clicking on the Start button. Wait until you see the home screen. If necessary, unlock it by clicking and dragging the mouse down over the screen until it's unlocked.

    If you have access to a physical phone and USB cable, you will have a much better (faster) experience overall.

    Good luck!

提交回复
热议问题