-1

最近、Androidアプリを実行しようとしましたが、BIOSで仮想化技術を有効にするように求められました。しかし、私のプロセッサは仮想化テクノロジ機能を備えていないインテル ペンティアム T4500 です。この仮想化テクノロジなしで Android アプリを実行することは可能ですか? 助けてください!!!前もって感謝します....

4

1 に答える 1

1

For Intel System Image, it's not possible, you will need an Intel processor which supports VT. If you want to run the app without Virtualization Technology, please make sure that you select ARM System Image on AVD, such as armeabi.

From the official website:

The Intel Hardware Accelerated Execution Manager (Intel® HAXM) is a hardware-assisted virtualization engine (hypervisor) that uses Intel Virtualization Technology (Intel® VT) to speed up Android app emulation on a host machine. In combination with Android x86 emulator images provided by Intel and the official Android SDK Manager, HAXM allows for faster Android emulation on Intel VT enabled systems.

Note: If your processor is supported, install Intel Hardware Accelerated Execution Manager (Intel® HAXM) on your PC.

于 2015-04-12T07:24:39.897 に答える