このエラーが発生しました。解決しようとしましたが、まだ機能していません。「adb kill-server」と adb start-server と emulator -avd emulator_name -wipe-data も試しました。
cmdのスクリーンショットを添付しました。
アプリケーションを実行したいだけですが、「HOME ('android.process.acore') が起動されるのを待っています。」emulator-5554 disconnected エラーが発生しました。ネットで検索し、次のリンクからコマンドを試しました
HelloAndroid]emulator-5554 切断されました! 「com.example.helloandroid.HelloAndroid アクティビティの起動」をキャンセルしています!
adb をリセットしようとしましたが、次のエラーが発生しました。
[2012-08-06 10:12:38 - DeviceMonitor] Adb connection Error:An existing connection was forcibly closed by the remote host
[2012-08-06 10:12:39 - DeviceMonitor] Connection attempts: 1
今、私はユーザーデータを消去する次のソリューションを試しましたが、私はそれを望んでいません.私のアプリケーションは相互に対話する必要があります.次のソリューションでは不可能です。
Select & Right Click on Android Project
Run Configurations
Go to tab Target
Enable option Wipe User Data on Emulator launch parameters
Run Application