Can't create AVD or test any application with

2019-01-04 14:14发布

After update SDK-Build-Tools to 22.6 and ADT-Plugin can't create AVD or launch any application via any emulator those which were previously created before updating.There was no error message has shown in console or in log-cat.So can't track the issue.

Here is the Screen shot. After clicking on OK button nothing happened.

enter image description here

3条回答
beautiful°
2楼-- · 2019-01-04 14:26

Unfortunately in the latest SDK, Emulator isn't working that way. It's still a bug.

But don't worry. There is an alternative way to do it.
To start the emulator:
Go to Window-> Android SDK Manager-> Tools-> Manage AVDs
Then select any AVD of your choice and click start.

SDK Manager

enter image description here

enter image description here

enter image description here

enter image description here

Please comment for further questions.

查看更多
Luminary・发光体
3楼-- · 2019-01-04 14:36

You can avoid doing all the reverting to older versions by using the command line;

For unix systems:

android list targets

Will list the available api targets you have

 android create avd -n <name> -t <targetID> [-<option> <value>] ...

Will create the avd, then you should be able to see the AVD in your AVD Manager in eclipse. You can check the documentation at http://developer.android.com/tools/devices/managing-avds-cmdline.html

查看更多
啃猪蹄的小仙女
4楼-- · 2019-01-04 14:53

This is a known issue, we'll have an update out with the fix shortly.

查看更多
登录 后发表回答