I've problem while loading emulator in android studio 3.1.
When I click run emulator it says
Error: Failed to parse properties from C:\Users\John\.android\avd\3.7_WVGA_Nexus_One_API_22.avd\config.ini
When I went to the avd\3.7_WVGA_Nexus_One_API_22.avd
there was no config.ini
file in it but in .android\avd
folder there was a 3.7_WVGA_Nexus_One_API_22.ini
file.
I thought this was the file the avd was searching for, so renamed it to config.ini
and pasted in avd\3.7_WVGA_Nexus_One_API_22.avd
folder and then I restarted android studio. But once again it was showing the same error!
How can I fix this error?