-
Notifications
You must be signed in to change notification settings - Fork 402
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 port #355
Comments
This comment was marked as off-topic.
This comment was marked as off-topic.
Something I found that could be useful: https://github.com/dotnet/android After I typed in terminal: dotnet workload install android, bizhawk no longer compiles.. Android almost replaced my laptop, except it cant run bizhawk yet. |
Several things wrong with that: That's a library, not a target; we can't simply add |
And to make this work on android would require converting all the winforms to android equivalent? Like the hotkeys windows be changed to a list view? If that's the case, it would be easy, just tedious |
To migrate off of WinForms, yes you would need to recreate every window, but also all the logic associated with them, bug for bug. And since the huge classes |
I see. It would make more sense to use google's linux vm instead for android. It requires android 15 which i don't have yet... It's still under active development. |
Original issue reported on code.google.com by
[email protected]
on 2 Jan 2015 at 9:30The text was updated successfully, but these errors were encountered: