2018年01月17日

Android Studio 3.0.1 (VT-x is disabled in BIOS.)

エミュレーターを実行しようとして、

この AVD を実行するには Intel HAXM が必要です。
VT-x is disabled in BIOS.

Enable VT-x in your BIOS security settings (refer to documentation for your computer).

05.png


BIOSで、VTをEnableに。


posted by a23 at 17:44| Comment(0) | Andoroid

Android Studio 3.0.1 (Your CPU does not support VT-x.)

Your CPU does not support VT-x.

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)

あなたのCPUはVT-xに対応していません。

残念ながら、お使いのコンピュータはハードウェアアクセラレーションによる仮想化をサポートしていません。
いくつかのオプションがあります:
  1)テスト用に物理デバイスを使用する
  2)VT-xおよびNXをサポートするIntelプロセッサを搭載したWindows / OSXコンピュータで開発する
  3)VT-xまたはSVMをサポートするLinuxコンピュータで開発する
  4)ARMシステムイメージに基づくAndroid仮想デバイスの使用
    (これは、ハードウェアアクセラレーション仮想化の10倍です)

と言ううことらしい。

Windows10 


コントロールパネル → プログラムと機能 → Windowsの機能の有効化または無効化





Hyper-V_VTx.png


posted by a23 at 17:43| Comment(37) | Andoroid

Android Studio 3.0.1 (Design editor is unavailable until a successful build)

Design editor is unavailable until a successful build
で、Design editorが表示されない。

01
01.png
02
02.png
03 activity_main.xml タブで、Design editorが表示されず、Design editor is unavailable until a successful build。
03.png
04 install missing platform(s) and sync project をクリック
04.png
05
05.png
06 受諾で進む
06.png
07
07.png
08 完了
08.png
09 まだ表示されないので、 install Build Tools 26.0.2 and sync project をクリック
09.png
10
10.png
11 完了後、Design editorが表示される。
11.png

posted by a23 at 16:49| Comment(0) | Andoroid