0
0

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 3 years have passed since last update.

Android Studio Bumblebeeインストールできない?

Posted at

SDK なんとか?がないと表示される

インストールできない?

古いバージョンをインストールして上書きすれば解決すると調べたら出てきた!
私のMacはM1じゃないけど...

Android Studio 3.6.3をインストールする

BumblebeeをインストールしてMacのバージョンによっては置き換えますかと表示されるので、選択する。

後は、flutterで使うときと同じ環境構築をしていく

flutter-doctorするとエラーが出てくるので、一つづつ解決していく。
ライセンスのコマンドとかツールのインストールが必要。

スクリーンショット 2022-04-09 7.49.07.png

スクリーンショット 2022-04-09 7.49.18.png

スクリーンショット 2022-04-09 7.49.23.png

ApplyしてOKする。

こちらの記事も参考までに
https://qiita.com/y-okudera/items/d5b79be030c8a526ad80

flutter doctor --android-licenses

環境構築終わってサンプルアプリをflutterで使おうとするとbuildができない?
こちらのサイトを参考にした
https://errorsfixing.com/how-to-fix-error-processdebugmainmanifest-debug-in-flutter-while-run-from-android-studio/

ホームディレクトリーからcdコマンドを実行していく。

cd /Applications/Android\ Studio.app/Contents/jre

ln -s ../jre jdk

ln -s "/Library/Internet Plug-Ins/JavaAppletPlugin.plugin" jdk

エミレーターを使えるようにする。
https://flutternyumon.com/how-to-setup-android-emulator/
x86_64の方がいいらしい

buildできた!

スクリーンショット 2022-04-09 7.54.47.png

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

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?