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

前端 未结 17 1146
轻奢々
轻奢々 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:54

    For me, I believe it happened due to an unexpected power failure while the emulator was running. Having it not shut down properly meant that my session was still cached. (I would occasionally get these errors too):

    [2012-06-08 05:05:06 - Emulator] WARNING: Data partition already in use. Changes will not persist!
    [2012-06-08 05:05:06 - Emulator] WARNING: SD Card image already in use: C:\Users\Ben\.android\avd\Ben-Android.avd/sdcard.img
    [2012-06-08 05:05:06 - Emulator] WARNING: Cache partition already in use. Changes will not persist!
    

    If this happened to you, pull up the command line, navigate to your android-sdk\tools and follow the corrected top post: emulator -avd emulator_name -wipe-data

    0 讨论(0)
  • 2020-11-30 11:54

    I resolved it (Mac) by following these steps,

    • Run Emulator
    • Keep the Emulator, (no matter same error occurs)
    • Make Sure the Home Screen of Emulator is appeared
    • go to Window -> Show Perspective -> DDMS --> In Devices Panel -> on Corner Drop Down Menu -> Reset adb

    I Hope it helps

    0 讨论(0)
  • 2020-11-30 11:55

    also same problem for me..

    go to DDMS perspective-->select Device-->go to Window-->Navigation-->Show view menu-->reset adb.. it works for me.

    0 讨论(0)
  • 2020-11-30 11:58

    I was having the same issue, I deleted my AVD and created afresh - after that I do not see such problems.

    0 讨论(0)
  • 2020-11-30 12:01

    delete the avd and create another helped me

    0 讨论(0)
提交回复
热议问题