I installed android studio using umake, but I can't find the AVD Manager

10,160

There are two possibilities:

  1. Directly from toolbar

Click on the second icon

enter image description here

  1. You can also (I'm using Android Studio 1.5.1) choose Tools -> Android -> AVD Manager

If it doesn't work

  • choose File -> Settings, than find Android SDK menu item
  • click on `Launch Standalone SDK Manager
  • choose Tools -> Manage AVDs

enter image description here

It seems to you downloaded broken package, or Android Studio doesn't have or recognize Android SDK path.


You can also do these steps:

umake android --remove
sudo apt-add-repository ppa:paolorotolo/android-studio 
sudo apt-get update 
sudo apt-get install android-studio

Hope it help

Share:
10,160

Related videos on Youtube

Anon
Author by

Anon

Specialties: Keyboard Layouts Audiobooks and Text to Speech Qt

Updated on September 18, 2022

Comments

  • Anon
    Anon almost 2 years

    I installed android studio using umake, but I can't find the AVD Manager.

    enter image description here

    How do I get avd manager installed and working on ubuntu?