Bump Android commandline tools from 12.0 to 19.0#2260
Conversation
4ee6d80 to
5d9f4b0
Compare
|
hmm....so in the middle of testing this, I started getting this error: I don't think this issue is related to these changes....but I'm also not sure why this is happening. Nonetheless, can you please verify this new version is working for you? |
|
@rmartin16 Worked for me first time... not sure what happened in your run. Being unable to find Python is an odd one... any ideas @mhsmith? |
|
I'm having trouble replicating this issue now....but I do feel pretty confident that whatever was happening is unrelated to these changes. |
|
Chaquopy's discovery of a Python executable can be confusing, because the Gradle daemon doesn't reliably update its PATH when it's reused (gradle/gradle#10483). So a Gradle build launched from the command line may end up using the PATH of an Android Studio instance, or vice versa. Killing all Gradle daemons and trying again should resolve the problem. But I agree that issue probably doesn't have anything to do with this PR. |
Changes
Notes
PR Checklist: