AOSP x86_64 Emulator not visible in Android Studio
问题 I am using AOSP emulator for testing my code. I downloaded the android10_release source code of AOSP in my pc. Then used the following commands source build/envsetup.sh set_stuff_for_environment lunch aosp_x86_64-eng make -j6 emulator now after running these commands I am successfully able to run emulator in my pc OS of my pc is Ubuntu 18.04 I also installed many libraries for working with AOSP like jdk-8, python, curl, repo, git, and other stuff as per described in AOSP website I am abe to