I'm trying to setup an Android Emulator in order to use Cordova. I installed everything I need, the Android SDK Tools (25.2.5), Android SDK Build-tools (25.*) and Android SDK Platform-tools, along with every packet under Android 7.1.1 (API 25). I then go to andoird avd and choose to create an AVD based on one of the templates (google nexus 5) with the default name (AVD_for_Nexus_5_by_Google). However, when i go run it on "Android Virtual Devices", i get the error message:
"Starting emulator for AVD 'AVD_for_Nexus_5_by_Google' PANIC: Unknown AVD name [AVD_for_Nexus_5_by_Google], use -list-avds to see valid list. HOME is defined but could not find AVD_for_Nexus_5_by_Google.ini file in $HOME/.android/avd (Note: avd is searched in the order of $ANDROID_AVD_HOME,$ANDROID_SDK_HOME/.android/avd and $HOME/.android/avd)"
If i just have created it, why doesn't it show up? When i do "emulator -list-avds", nothing shows up. And when i do an "ls /root/.android/avd" on , i can see both files: "AVD_for_Nexus_5_by_Google.avd AVD_for_Nexus_5_by_Google.ini"
Thanks!