-
-
Notifications
You must be signed in to change notification settings - Fork 10
Update check for android or avdmanager #25
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
Conversation
@vchimev The files under scripts/ still use the 'android' command, and as far as I can tell these scripts are super broken, both with the latest 'brew cask install android-sdk' and with the lates android-sdk downloaded from way down at the bottom on https://developer.android.com/studio/index.html |
If I use that version then scripts/android-sdk-update spits out a bunch of these: The "android" command is deprecated. /usr/local/share/android-sdk/tools/android: line 115: ${trysdkresponse,,}: bad substitution Speaking of which, I don't know what that ${foo,,} substitution is supposed to do, that kind of substitution is not in my man page for bash on OSX |
TIL: ${foo,,} is for case substitution, lowercasing the value of ${foo}. Bash on OSX doesn't have this. Had to look into a linux instance |
Hey @karel1980, Yes, these scripts are obsolete and not in use anymore. Currently, we use the following scripts for our CI: Cheers, |
The scripts are still referenced from the documentation: |
I don't mind creating the PR. Just let me know |
@karel1980, of course - that would be great! :) |
No description provided.