Issue
After installing Android Studio the SDK location was set to C:\Users\Omar Abdelhafiz\AppData\Local\Android\Sdk,
but it shows me a warning saying Android SDK location should not contain white space, as this can cause problems with the NDK tools.
So I want to change the directory to Omar_Abdelhafiz instead of Omar Abdelhafiz.
How can I do this?
Thanks in advance.
Solution
Manually go to the directory and change your folder name after change your sdk folder path will be like this
C:\Users\Omar_Abdelhafiz\AppData\Local\Android\Sdk
Now come to your Android Studio: File>>Settings>>Appearance & Behavior>System Settings>Android SDK>>Now in Right side panel there will be Android SDK Location Change that with your new SDK path, then Apply and OK click
Note: Next is you have to change in your system environment variables if you are using windows for platform tools path. This is my platform tools path which I put in windows system enviornment variables path E:\Rahul\AndroidTool\ANDROID_SDK\sdk\platform-tools
To set system environment variable path for platform tools follow Set the Android SDK Home Environment Variable
It's done
Answered By - Ready Android

0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.