Skip to content
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

⬆️ Migrates to Command line tools #1135

Merged
merged 1 commit into from
May 31, 2020

Conversation

AndreMiras
Copy link
Member

The SDK Tools package is deprecated and no longer receiving updates:
https://developer.android.com/studio/releases/sdk-tools
Also drops the "tools" package install as it's considered obsolete.

Migrates to command line tools:
https://developer.android.com/studio#cmdline-tools
https://developer.android.com/studio/command-line

Makes it possible to use both OpenJDK 8 and more recent versions.
Tested successfully in Arch with OpenJDK 10.

The SDK Tools package is deprecated and no longer receiving updates:
https://developer.android.com/studio/releases/sdk-tools
Also drops the "tools" package install as it's considered obsolete.

Migrates to command line tools:
https://developer.android.com/studio#cmdline-tools
https://developer.android.com/studio/command-line

Makes it possible to use both OpenJDK 8 and more recent versions.
Tested successfully in Arch with OpenJDK 10.
@inclement
Copy link
Member

Awesome. Does that mean p4a worked with jdk 10 all along?

@AndreMiras
Copy link
Member Author

Thanks for the review.
Yes totally, I could compile and run an app. I didn't get as greedy as trying with even more recent JDK versions, but I would not be surprised if it worked.
The idea is to see how this is going for a while keeping CI and documentation on OpenJDK 8, then eventually update both

@AndreMiras AndreMiras merged commit ce11482 into kivy:master May 31, 2020
@AndreMiras AndreMiras deleted the feature/command_line_tools branch May 31, 2020 11:03
AndreMiras added a commit to AndreMiras/python-for-android that referenced this pull request Jun 1, 2020
This version also supports wider OpenJDK versions range.
Also refs: kivy/buildozer#1135
AndreMiras added a commit to AndreMiras/python-for-android that referenced this pull request Jun 1, 2020
Gradle 6 supports OpenJDK up to version 13.
Also refs: kivy/buildozer#1135
AndreMiras added a commit to AndreMiras/python-for-android that referenced this pull request Jun 1, 2020
Gradle 6 supports OpenJDK up to version 13.
Also refs: kivy/buildozer#1135
AndreMiras added a commit to AndreMiras/python-for-android that referenced this pull request Jun 1, 2020
Gradle 6 supports OpenJDK up to version 13.
Also refs: kivy/buildozer#1135
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants