Why AVD Manager options are not showing in Android

2019-01-31 11:19发布

Why i'm unable to see Android Virtual Device (AVD)

I'm facing problem to create AVD in android studio, the problem is i'm unable to see any of this option Tools —> Android —> AVD Manager

below screen shot where i'm not finding Tools —> Android —> AVD Manager

enter image description here

in the above screen shot you cannot find Android --> AVD Manager,Why it is not showing.

Below is my installed packages:

1. SDK Manager

enter image description here

2. SDK Tools

enter image description here

i'm following this link:http://www.dev2qa.com/how-to-create-android-virtual-device-avd-in-android-studio/

9条回答
Summer. ? 凉城
2楼-- · 2019-01-31 11:47

I feel so damn silly. In my case, it turns out my Android Studio had two projects, one was for my React Native app root and the other for /android. If I closed the project and opened the /android project, I could access AVD Manager again.

Example project list

查看更多
Ridiculous、
3楼-- · 2019-01-31 11:50

Should be something to do with your Platform Settings. Try the below steps

  1. Go to Project Structure -> Platform Settings -> SDKs
  2. Select available SDK's as shown in screenshots
  3. Re-start the Android Studio
  4. Android will detect the framework in the right corner. Click on it
  5. Then click ok as shown in second screenshot

SDK's Setup Frameworks

查看更多
对你真心纯属浪费
4楼-- · 2019-01-31 11:51

interesting, looks like all icon shifted to the right of toolbar. please try open actions using shortcut Ctrl + Shift + A and than type AVD Manager, is avd manager options appear like this:

enter image description here

查看更多
5楼-- · 2019-01-31 11:52

The only thing that worked for me (with an existing project on a fresh install of macOS) was:

"File" > "Sync Project with Gradle Files"

This was odd to me since building the project succeeded with no errors or log messages, but I couldn’t run the project and there was nothing Android in the Tools menu.

I had already tried creating a new Android project and running that. It didn't help with my existing project.

查看更多
We Are One
6楼-- · 2019-01-31 11:56

Fixed by enabling Groovy plugin. Enabling it also enables the "SDK manager" option.

  1. Ctr+Shift+A
  2. Write "Plugins"
  3. Search for "Groovy"
  4. Enable it and restart Android Studio.
查看更多
在下西门庆
7楼-- · 2019-01-31 11:57

It happens when there is no runnable module for Android App in your project. Creating new project definitely solves this.

You can check this using Run > Edit Configurations > Adding Android App. If there is not runnable Android App module then you can't see "AVD Manager" in the menu.

查看更多
登录 后发表回答