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

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

    for me didn't worked:

    ./emulator -noaudio @androidDev1
    

    so I used:

    ./emulator @androidDev1
    

    and it worked perfectly! :)

    Also check Eclipse IDE:

    Windows->Preferences->Android->Launch->Options 
    

    It should be empty

提交回复
热议问题