LoginSignup
3
1

More than 5 years have passed since last update.

ExpoのAndroidエミュレータでNoxを使用する

Posted at

前提

  • Mac Os X
  • expo 31.0.0
  • Android Studioインストール済
    • adb(Android Debug Bridge)コマンドが使用可能。
  • Nox 1.2.6.0

1. Noxをインストール

下記よりNoxをインストールする。
https://jp.bignox.com/

2. Noxの設定

  1. Nox起動後、右上の歯車を押す。

  2. ROOTをオンにする。適宜、メモリや画面サイズを変更する。

  3. 設定を保存。(再起動される。)

3. Androidの設定

  1. 右下の「設定」を押す。

  2. 一番下の「タブレット情報」を押す。

  3. 一番下の「ビルド番号」を"これでデベロッパーになりました!"と表示されるまで連打する。

  4. 前の画面(設定)に戻り「開発者向けオプション」を押す。

  5. 「USBデバッグ」をONにする。

4. 接続

下記のadbコマンドで接続する.
adb connect 127.0.0.1:62001

5. 実行

下記のコマンドを実行後、アプリをNoxにて実行する。
expo start

以上。

3
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
3
1