-
Notifications
You must be signed in to change notification settings - Fork 109
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
mess with ANDROID_SDK_ROOT ANDROID_SDK_HOME ANDROID_HOME #34
Comments
Do you want to make a PR? |
Do you mean pull request or excuse me. I made something wrong? You are free to edit my posts as you wish. I I didn't know how to connect with you and tried to describe the problem most clearest way. I can delete it by myself. |
Merged
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
"cargo apk run" checks ANDROID_HOME or ANDROID_SDK_HOME for sdk location, but according this clever answer :
ANDROID_SDK_HOME - Location of SDK related data/user files. Example: C:\Users<USERNAME>.android\ or ~/.android/. It is not a place for SDK
I am not able to find proof in official google site, but my experience say that is correct.
ANDROID_HOME - is deprecated. ANDROID_SDK_ROOT should be used instead. Google explains an algorithm of managing
The text was updated successfully, but these errors were encountered: