LoginSignup
0
0

More than 5 years have passed since last update.

(AVD)No system images installed for this target.が出た時の解決法

Posted at

Env

  • OSX 10.11.3
  • Android SDK Tools 25.1.7

Problems

スクリーンショット 2016-09-10 18.15.34.png

How to solution

# インスコするSystem Imageをタスクidを確認する
$ android list sdk -a | grep '\- Intel x86 Atom System Image'
  59- Intel x86 Atom System Image, Android API 24, revision 6
  66- Intel x86 Atom System Image, Android API 23, revision 9
  76- Intel x86 Atom System Image, Android API 22, revision 5
  86- Intel x86 Atom System Image, Android API 21, revision 4
  93- Intel x86 Atom System Image, Android API 19, revision 5
  97- Intel x86 Atom System Image, Android API 18, revision 2
 101- Intel x86 Atom System Image, Android API 17, revision 2
 106- Intel x86 Atom System Image, Android API 16, revision 2
 111- Intel x86 Atom System Image, Android API 15, revision 2
 116- Intel x86 Atom System Image, Android API 10, revision 3
# 今回はAPI22のをインスコ
$ android update sdk -a -u -t 76
...
Do you accept the license 'android-sdk-license-c81a61d9' [y/n]: y
...
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