-
Notifications
You must be signed in to change notification settings - Fork 794
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
Android build support #267
Closed
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
AJenbo
force-pushed
the
android-wip
branch
3 times, most recently
from
September 23, 2019 04:47
acce106
to
05e1de3
Compare
Closed
AJenbo
commented
Nov 24, 2019
AJenbo
force-pushed
the
android-wip
branch
5 times, most recently
from
November 28, 2019 01:57
d0c81fc
to
0890e37
Compare
AJenbo
commented
Nov 28, 2019
I have now rebased this on 1.2.1, one regression is that the font is no longer loaded correctly: |
glebm
reviewed
May 28, 2021
AJenbo
force-pushed
the
android-wip
branch
3 times, most recently
from
May 31, 2021 08:21
dbc0fc8
to
ca8c1c1
Compare
Use CMake as build system
Set the font path for Android The font is located in the package resources so no path should be Do not check for FileExists on CharisSILB.ttf for Android (#2087) FileExists will always fail as it doesn't detect files located in the APK asd
SDL_audiolib should be told where to find SDL2 before this will work.
AJenbo
commented
Jun 9, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This makes it possible to build DevilutionX for Android using CMake. Still missing is SDL and libsodium (a prebuild package is currently being referenced). A build system for a modified version of these can be found here:
https://github.com/diasurgical/devilutionX-android
The modified version has a few issues preventing us from merging.