0
2

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

brew cask install android-sdk

Last updated at Posted at 2017-07-11

brew caskでインストール

$ brew cask install android-sdk

PATH追加

export ANDROID_SDK_ROOT=/usr/local/share/android-sdk

以上

補足

Android端末を開発モードにする

  1. 設定へいく
  2. ビルド番号を7回タップ
  3. 設定へもどる
  4. 「開発者向けオプション」が表示される
  5. ビルドする
$ react-native run-android

 追記

結局のところAndroid Studio使うのが一番はやい。
https://developer.android.com/

0
2
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
0
2

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?