I have a problem related to the Android Studio.
- I create AVD with Android Studio AVD Manager and its configuration looks like this
https://i.stack.imgur.com/0IEIg.jpg
- I go back on the previous screen where I am supposed to select this device as Prefer Android Virtual Device
https://i.stack.imgur.com/mURqt.jpg
As you can see the box is empty. If I try to run the deice via the Android Studio AVD Manager it just doesn't start. No error message or anything
If I try to run it via the AVD manager that goes with the android sdk it starts in a normal way, but then I can not upload my app to it, because Android Studio does not see it.
I have installed the following
- jdk-8u25-windows-x86 in the following location D:\Programs\Java\jdk1.8.0_25
- jre1.8.0 that goes with the package mentioned in point 1 in D:\Programs\Java\jre1.8.0_25
- android-studio-bundle-135.1641136 the Android Studio itself in H:\AndroidIDE\Android Studio
- SDK that goes with the package mentioned in point 3 in H:\AndroidIDE\sdk
- JAVA_HOME set to D:\Programs\Java\jdk1.8.0_25
When I create avd via AVD manager in Android Studio its location on my file system is H:\Users.android\avd\Nexus_5_API_21_x86.avd (Have in mind that my user files are directly stored in H:\Users without my username being part of the path
When I am creating AVD from Android Studio the standalone AVD manager that goes with the SDK can see this AVD. When I create the AVD from Android Studio AVD manager the AVD manager that goes with the SDK can see the image as well.
Still problem remains that my Android Studio can not see those AVD and I can not select them from the emulator list when I am configuring my Run configuration.
I have tried this configuration on two different OS Windows 7 64bit and Windows 7 32bit. The result remains the same (of course I have installed different packages to match the OS architecture)
I would be very grateful if someone can help me. Because so far this Google Android Studio is a total disappointment. Surprisingly frustrating to install and configure it
The reason why your device does not appear is because you have not selected an application:
What you should do is have an application open in your android studio: go to run select edit configuration on the left pane instead of Defaults like on your image, expand android application choose app and all your devices will appear.
EDIT
With that window open, on the General Tab, you have no module, choose app and your emulators will appear.