0

I have my windows user's folder (in C:\Users) name in cyrillic. When I installed Android Studio, it placed its .android and .AndroidStudio4.0 folders into my user's folder, which caused errors since Android Studio has problems with cyrillic characters in paths. When I moved .android and .AndroidStudio4.0 folders to C:\android,

I have set these user environment variables:

ANDROID_AVD_HOME = C:\\android.android\\avd
ANDROID_USER_HOME and ANDROID_EMULATOR_HOME = C:\\android.android

and these system variables:

ANDROID_SDK_ROOT and ANDROID_HOME = F:\\AndroidSDK

[I do not know if that is necessary to include here, but]

JAVA_HOME = C:\\Program Files\\Java\\jdk-11.0.2

Since then I am catching emulator errors that I believe are caused because I moved those android folders from where they were automatically installed:

Emulator: WARNING | \*\*\* No gRPC protection active, consider launching with the -grpc-use-jwt flag.\*\*\*

or

Emulator: WARNING | Failed to process .ini file C:\android\.android\emu-update-last-check.ini for reading.

(I have checked this question, not relevant for me:

[12728]:WARNING:android/base/files/IniFile.cpp:158:Failed to process .ini file C:\Users\User_Name\.android\emu-update-last-check.ini for reading)

or

Emulator: WARNING | unexpected system image feature string, emulator might not function correctly, please try updating the emulator.\`\`\` (my emulator is updated)

I have tried googling other variables I might need to set but found none.

If somebody knows how to move folders related to Android Studio safely, please help.

P.S. If there is a way to change the user's folder name (from cyrillic to latin) safely wihtout breaking software and systems paths, it would help too.

Thanks everybody.

0 Answers0