Link to home
Create AccountLog in
Java

Java

--

Questions

--

Followers

Top Experts

Avatar of DrDamnit
DrDamnitπŸ‡ΊπŸ‡Έ

AVD Manager missing in Android Studio
This question has been asked before for WINDOWS, but I can't find an answer for Linux.

My AVD Manager is greyed out (button) on the Android Studio bar. The 'Android' menu is also missing from Tools. Thus, I can't run an app on an emulator.

My downloaded SDK for 17 is in: ~/android-sdk/, but the package manager that downloads APIs from Google has put 22 in ~/Android/Sdk/. Both have the tools directory, and both can launch the AVD Manager from the command line.

But, I can't figure out how to make these show up in Android Studio so I can compile, launch, and test APKs against different versions on the emulator.

I feel like there is an environment variable that is not set, but can't seem to figure out which one it is.

How do I fix this?

Zero AI Policy

We believe in human intelligence. Our moderation policy strictly prohibits the use of LLM content in our Q&A threads.


Avatar of gheistgheistπŸ‡§πŸ‡ͺ

You need to enable AVD manager command group in eclipse.

Avatar of DrDamnitDrDamnitπŸ‡ΊπŸ‡Έ

ASKER

I think Android Design Studio is a fork of Eclipse, and the Windows are not exactly the same. However, that being said, I have always had these two buttons and they are greyed out:
User generated image

Avatar of gheistgheistπŸ‡§πŸ‡ͺ

It should be under "window" menu...

Reward 1Reward 2Reward 3Reward 4Reward 5Reward 6

EARN REWARDS FOR ASKING, ANSWERING, AND MORE.

Earn free swag for participating on the platform.


ASKER CERTIFIED SOLUTION
Avatar of Chris HarteChris HarteπŸ‡¬πŸ‡§

Link to home
membership
Log in or create a free account to see answer.
Signing up is free and takes 30 seconds. No credit card required.
Create Account
Java

Java

--

Questions

--

Followers

Top Experts

Java is a platform-independent, object-oriented programming language and run-time environment, designed to have as few implementation dependencies as possible such that developers can write one set of code across all platforms using libraries. Most devices will not run Java natively, and require a run-time component to be installed in order to execute a Java program.