2

だから私は Android 用のアプリを作りたいと思っています。このチュートリアルを読み、それに従って必要なものをすべてセットアップしましたが、最初の小さなアプリを実行すると、次のメッセージが表示されます。

[2012-05-28 16:09:54 - HelloAndroid] Android Launch!
[2012-05-28 16:09:54 - HelloAndroid] adb is running normally.
[2012-05-28 16:09:54 - HelloAndroid] Performing jannis.test.helloandroid.HelloAndroid activity launch
[2012-05-28 16:09:54 - HelloAndroid] Automatic Target Mode: launching new emulator with compatible AVD 'MyAVD'
[2012-05-28 16:09:54 - HelloAndroid] Launching a new emulator with Virtual Device 'MyAVD'
[2012-05-28 16:10:55 - Emulator] WARNING: Data partition already in use. Changes will not persist!
[2012-05-28 16:10:55 - Emulator] emulator: Failed to open the HAX device!
[2012-05-28 16:10:55 - Emulator] HAX is not working and emulator runs in emulation mode
[2012-05-28 16:10:55 - Emulator] 
[2012-05-28 16:10:55 - Emulator] emulator: Open HAX device failed
[2012-05-28 16:10:55 - Emulator] 
[2012-05-28 16:10:55 - Emulator] Failed to allocate memory: 1455
[2012-05-28 16:10:55 - Emulator] 
[2012-05-28 16:10:55 - Emulator] This application has requested the Runtime to terminate it in an unusual way.
[2012-05-28 16:10:55 - Emulator] Please contact the application's support team for more information.

それが何を意味するのかわからないという事実に加えて、もちろん私はいくつかの検索を行い、ここの誰かがほぼ同じ問題を抱えていました: Android用の新しいインテルエミュレーターの実行

SDK Manager を使用してIntel Hardware Accelerated Execution Managerをインストールすることをお勧めします。私はそれを試してみましたが、再びエラーが発生しました:

Preparing to install archives
Unexpected Error installing 'Intel Hardware Accelerated Execution Manager, revision 1':
org.eclipse.swt.SWTException: Widget is disposed

どうすればいいのかわかりません。誰か助けてくれませんか?

よろしく

4

2 に答える 2

3

HAX とは別に、デバイスに割り当てるメモリをたとえば 800MB に減らしてみてください。少し要求が多すぎるようです。

于 2012-12-19T15:43:09.577 に答える
0

このページを参照してください:仮想マシン アクセラレーションの構成

于 2012-05-28T14:32:58.073 に答える