I am trying to configure AVD
on android studio
on Centos 7
.
I am able to successfully create a project. When trying to create AVD
, I am choosing device definition as Nexus 6 size: 5'.96",resolution 1440*2560, 560dpi
. Then, in the next setup screen, I choose system image screen which I have downloaded, as MarshMallow, API Level:23, x86
. In next setup screen, (verify configuration) when I click the Finish button it showed nothing selected
.
Screenshot:
SDK Build Tools are not installed If it fails then you may have to install it again. You look at the build tab at the bottom of the screen, it will display the error message and option to install the Build tools. Install it and you should be able to see the AVD Manager. Another way is to go to the SDK Manager.
An Android Virtual Device (AVD) is a configuration that defines the characteristics of an Android phone, tablet, Wear OS, Android TV, or Automotive OS device that you want to simulate in the Android Emulator. The Device Manager is an interface you can launch from Android Studio that helps you create and manage AVDs.
If you cannot delete the AVD from the Android Virtual Device Manager with the 'The android virtual device XXX is currently running in an emulator and cannot be deleted' message, go to ~/. android/avd/ directory below your home directory and delete the *. avd and *.
In general: web search for your Linux version and how to add 32-bit libraries. Redhat (and Fedora and Centos), for instance, use a .i686 extension. Doing
sudo yum list lib\*.i686
outputs a whole bunch of libraries; look for libstdc++.
sudo yum install libstdc++.i686
That will ask you whether to install dependencies. Answer 'y'.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With