1
1

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.

UnityでAPI Levelあげようとしたけど、選択できずに困った時の話

Posted at

前置き

  • aa,,もうAPI levelをあげないといけない季節になったのか……
    image.png
  • Unity上でAPIレベルを28から29に上げようとした時、ちょっとつまづいた時の話

環境

  • Unity 2018.4.19f1

解決方法

結論

  1. AndroidSDKをinstall
  2. Unity上でTarget API LevelをAutomaticにする

手順

  1. AndroidStudio起動

  2. SDK Manager起動
    image.png

    image.png

  3. 欲しいAPI LevelのものをチェックしてOK(スクショは既にinstallしてしまったjoutai)
    image.png

  4. Unityに戻る
    image.png

  5. あれれ~おかしいぞ~API level29と30がない……

  6. とりあえずAutomatic (highest installed)
    (ここが知らなかったけど、勝手にinstall済のものからchoiceしてくれるらしい)
    image.png

  7. build & upload

  8. エラー出ずにuploadできた!
    image.png

参考

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

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?