Issue
Since the last update of Android Studio (0.8.14) on my Mac OSX, AVD Manager is not able to create AVD anymore.
It simply crashes during the process. Any idea ?
Solution
Using a command line to create a new AVD did the trick.
android create avd -n -t [- ] ...
http://developer.android.com/tools/devices/managing-avds-cmdline.html
Answered By - 2t0m
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.