解決Android Studio電腦不支持HAXM的問題
測(cè)試APP時(shí)出現(xiàn)以下錯(cuò)誤信息:
Intel HAXM is required to run this AVD.
Your CPU does not support required features (VT-x or SVM).
Unfortunately, your computer does not support hardware accelerated virtualization.Here are some of your options: 1) Use a physical device for testing 2) Develop on a Windows/OSX computer with an Intel processor that supports VT-x and NX 3) Develop on a Linux computer that supports VT-x or SVM 4) Use an Android Virtual Device based on an ARM system image (This is 10x slower than hardware accelerated virtualization)
解決方案是使用基于ARM的系統(tǒng)映像。操作方法如圖:
這樣就沒問題了。
總結(jié)
到此這篇關(guān)于解決Android Studio電腦不支持HAXM的問題的文章就介紹到這了,更多相關(guān)Android Studio電腦不支持HAXM內(nèi)容請(qǐng)搜索好吧啦網(wǎng)以前的文章或繼續(xù)瀏覽下面的相關(guān)文章希望大家以后多多支持好吧啦網(wǎng)!
相關(guān)文章:
1. Ajax對(duì)xml信息的接收和處理操作實(shí)例分析2. Jsp中request的3個(gè)基礎(chǔ)實(shí)踐3. Ajax返回值類型與用法實(shí)例分析4. XML入門精解之結(jié)構(gòu)與語法5. 如何使用CSS3畫出一個(gè)叮當(dāng)貓6. Java 如何解析key為動(dòng)態(tài)的json操作7. 在python下實(shí)現(xiàn)word2vec詞向量訓(xùn)練與加載實(shí)例8. python中pathlib模塊的基本用法與總結(jié)9. ASP如何檢測(cè)某文件夾是否存在,不存在則自動(dòng)創(chuàng)建10. ASP.NET Core 5.0中的Host.CreateDefaultBuilder執(zhí)行過程解析
