-
Notifications
You must be signed in to change notification settings - Fork 30
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
Port a SDL2 PC game to Android. #9
Comments
Hi @zinwalin . It should be possible to reuse maximum of cpp code. There are some differences on OS level API, but they can be wrapped by ifdef. If you have a link to source code or log build problems, let me know. |
Thanks a lot for your project. Did you have document on how to set up this project? When I try to enable ogg/vorbis support, stucked with sdl2 and sdl2_mixer upgrade. When I enable OGG_MUSIC and DYNAMIC_OGG, the building was successful, but failed to run because of .so lib can't find. |
Make sure specific .so lib is in apk file |
I had a PC game which wrote in cpp with SDL2 lib, on Android, SDL2 libs are ready to run, in terms of UI activity, can I reuse cpp code to run on Android ?
Any reply is appreciated.
The text was updated successfully, but these errors were encountered: