HelloAndroid]emulator-5554 disconnected! Cancelling 'com.example.helloandroid.HelloAndroid activity launch'!

前端 未结 17 1224
轻奢々
轻奢々 2020-11-30 11:12

I am new to Android. Follow the HelloAndroid Tutorials by use Eclipse. After run HelloAndroid, the AVD \'xian_avd2\' lunched, but stop there, no \" Hello, Android\" display

17条回答
  •  春和景丽
    2020-11-30 11:45

    1. Open Android Virtual Device Manager
    2. select the AVD you use for your app.
    3. Press the start button and wait for a new form to show up called (Launch Options).
    4. Check the box "Wipe user data" and hit "Launch" button.

    This should work.

    --- OR ---

    1. Open Android Virtual Device Manager
    2. Delete the AVD you use for your app.
    3. Create an new AVD.
    4. Start your new AVD.

    This should also work.

提交回复
热议问题