-
-
Notifications
You must be signed in to change notification settings - Fork 546
Update SDL2 version #1825
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
Update SDL2 version #1825
Conversation
Unfortunately, the Android build fails with this update I'll try to fix it later, thanks. |
I can try fixing it too. No problem. Another thing, I think it would be great if the all CI builds runs and reports show here in the PR. So, we contributors could see if there is any problem with our contributed code. I didn't look at the CI pipeline yet, but I can help you with that if you want. |
Great, please, if not difficult :)
I just enabled Actions for PRs in the project settings. |
b092a08
to
ad939f0
Compare
So, @nesbox. I added Well, the build is still failing, but I got some progress. I updated the using the But, there is a new error here because Gradle was updated too.
If I understood right, we need to update the Java version on Or, I could only update the code and keep gradle in the same version. |
Maybe I got everything wrong. I think the real problem is that |
I also think that we need to update the Java version on |
I tried not updating Gradle and got the same error. See here. I don't know whether the Android Build should ship or not with |
Seems yes, pls remove the |
fae45d2
to
3f04bcf
Compare
Yeah! It is fixed! First, sorry for the noise in this PR. Also sorry for my editor removing lots of trailing whitespaces and reformatting a It wasn't need to update the |
Great, build is fixed, but unfortunately, the app doesn't start :( |
Done! Is there a way I could download the generated artifacts from the CI build to test it? |
Sure, please go to Actions https://github.com/nesbox/TIC-80/actions, select your commit and you will find the artifacts at the bottom of the page. Thank you for the help. |
I think it is fixed now. The Android build launched and ran without errors on my phone. The app was still trying to load |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Awesome, thank you for the help.
This PR updates the SDL2 submodule to fix the build problem reported at #1769.