I have this problem when trying to run hello world program using android SDK.
PANIC: Could not open AVD config file: C:\Users\׳�׳™׳›׳�׳�׳•׳�׳™׳›׳�.android\avd\em111.avd/config.ini
I understand that the problem is the bad path the system is looking.
So i try to redirect the link to the right link.
I can use mklink: mklink mklink /J "wrong path" "correct path".
But how can i speccify this weird link: C:\Users\׳�׳™׳›׳�׳�׳•׳�׳™׳›׳�?
Any ideas?