-
Notifications
You must be signed in to change notification settings - Fork 0
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 #1
Comments
Hi! IMHO you can now compile for Android, but:
TODO:
|
Hmm... I have an x86 ASUS ZenPad tablet, I can try it there and see if it works. I can also try it on Remix OS (Android for desktop PCs) just for testing purposes (not gonna play it there if I can play it on my Linux). Also, yeah... I have a bluetooth gamepad that works fine with every game that has gamepad support. So this means it should work with NFS2 as well, right? How can I compile this into an APK tho? |
It is probably difficult. Try to learn how to compile SDL2 projects for Android.
If you have x86 CPU, use https://github.com/zaps166/NFSIISE for better performance (and faster compilation time). Use YASM on assembly file like in Also you must copy all needed data from CD to APK (or somewhere) and set path to it in source code + path for settings. |
|
Also today I've run this game on old Android phone (HTC Sensation) 😄 |
This repository is now a submodule to the main NFSIISE repository, so closing this issue here! |
Moved here: zaps166/NFSIISE#31 |
Hello.
I'm interested to know how can I compile this for Android.
I'd like to see if it works with a gamepad. Or if it works at all.
The text was updated successfully, but these errors were encountered: