I have created an AVD using AVD Manager and when I try and start it I get a message stating it can't find the INI file for the AVD. Path where it is looking for the file does not exist
C:\Users\Administrator\.android/avd/Android22.ini
Path above does not look right - did not think you could combing forward/backward slashes.
Also, I can't find the Android22.ini file anywhere on the system.
I have created an AVD using AVD Manager and when I try and start it I get a message stating it can't find the INI file for the AVD. Path where it is looking for the file does not exist
C:\Users\Administrator\.android/avd/Android22.ini
Path above does not look right - did not think you could combing forward/backward slashes.
Also, I can't find the Android22.ini file anywhere on the system.
A little further research shows that the problem with the compile appears to be due to the directory I was working in was on the desktop - moved it to a subfolder and it compiles fine.
Using Bridge and that appears to be a quicker way to test than using AVD - still would like to figure out what's up there but have spent enough hours today to give it a rest for now.
Determined that the issue with AVD was caused by the SDK manager installing files in a shared folder called HOME while the AVD manager was looking for the files in the current USER folder. Removed the share and everything now works as expected.
Determined that the issue with AVD was caused by the SDK manager installing files in a shared folder called HOME while the AVD manager was looking for the files in the current USER folder. Removed the share and everything now works as expected.