Launch Android Studio, click the AVD Manager icon, and also select Create Virtual Device.First enable VM acceleration on your machine.
To prepare to run and also test your app on an Android device, you need an Android device running at least Android 4.1 or higher. Required libraries for 64-bit machines If you are running a 64-bit version of Ubuntu 18.04 with the following command: sudo apt-get install libc6:i386 libncurses5:i386 libstdc++6:i386 lib32z1 libbz2-1.0:i386 If you are running 64-bit Fedora, the command is: sudo yum install zlib.i686 ncurses-libs.i686 bzip2-libs.i686 How to Set up your Android device The Android Studio Setup Wizard guides you through the rest of the setup, which includes downloading Android SDK components that are required for development.Select whether you want to import previous Android Studio settings or not, then click OK.To launch Android Studio, open a terminal, navigate to the android-studio/bin/ directory, and also execute studio.sh.If you’re using a 64-bit version of Linux, make sure you first install the required libraries for 64-bit machines. zip file you downloaded to an appropriate location for your applications, such as within /usr/local/ for your user profile, or /opt/ for shared users. To install Android Studio on Linux, proceed as follows: