Issue
I've changed the AVD location from C to F folder cause lack space in C.Now AVD is not opening but giving this below message.Please advise why?
Note: The environment variable $ANDROID_SDK_HOME is set, and the emulator uses that variable to locate AVDs. This may result in the emulator failing to start if it cannot find the AVDs in the folder pointed to by the given environment variable.
Solution
Your Enviroment Variable ANDROID_SDK_HOME is set, but seemingly points to a wrong directory. You will have to update ANDROID_SDK_HOME to point to the new directory.
Setting the variable is described on similar questions, e.g. https://stackoverflow.com/a/23043099/1666181
Answered By - lippertsjan
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.