-
Notifications
You must be signed in to change notification settings - Fork 503
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
Kivy build fails on JDK 12 #945
Comments
I get exactly the same error on Ubuntu 18.04 with latest buildozer cloned from GitHub.
:-( |
Is JAXB in use? I get this error too. I don't know much about Java but I did find this: |
I think Android still doesn't support Java versions higher than 8. There's not much we can do about that, the solution is to use Java 8. We could have a clearer error message though. |
Interesting. I wasn't aware that the JDK on the dev machine had anything to
do with the VM on the device itself.
If that's the case a bit of documentation would be great for any future
travelers here. Using Java 8 is fairly trivial once you know that's
actually the correct thing to do and not just a hack.
…On Mon, Aug 26, 2019, 2:38 AM Alexander Taylor ***@***.***> wrote:
I think Android still doesn't support Java versions higher than 8. There's
not much we can do about that, the solution is to use Java 8. We could have
a clearer error message though.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#945?email_source=notifications&email_token=AAFZCH6KICLKVTA27ZETXBTQGOQADA5CNFSM4IHUZTH2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD5D3RZA#issuecomment-524794084>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAFZCH4QRHVLCSBDOL3EGRTQGOQADANCNFSM4IHUZTHQ>
.
|
It's not about JDK having anything to do with the VM, it's because their toolchain uses JDK in some places and is not compatible with JDK 12. |
It still has the same error after installing JDK8 |
Buildozer (master branch) now also supports more recent JDK versions #1135 |
Versions
Description
I attempted to run Buildozer's andriod build system until i ran into an error. I have no idea how to fix this.
Command:
Spec file:
The text was updated successfully, but these errors were encountered: