Skip to content
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

Open
GoogleCodeExporter opened this issue Jun 22, 2015 · 6 comments
Open

[🤖] Android port #355

GoogleCodeExporter opened this issue Jun 22, 2015 · 6 comments
Labels
re: Multiplatform Relating to porting to Linux (or macOS, etc.), or porting to other host architectures Request: Feature/Enhancement For feature requests or possible improvements

Comments

@GoogleCodeExporter
Copy link

We need an Android port of this NOW. There is SO MUCH POTENTIAL FOR THIS!!! 
Just... take my word for it. YOU NEED THIS.

Original issue reported on code.google.com by [email protected] on 2 Jan 2015 at 9:30

@GoogleCodeExporter GoogleCodeExporter added auto-migrated App: EmuHawk Relating to EmuHawk frontend labels Jun 22, 2015
@adelikat adelikat closed this as completed Nov 8, 2016
@YoshiRulz YoshiRulz added Request: Feature/Enhancement For feature requests or possible improvements re: Multiplatform Relating to porting to Linux (or macOS, etc.), or porting to other host architectures Working as intended (wontfix) Bug in deprecated feature, or misidentification of correct behavior, or unreasonable feature request and removed Request: Feature/Enhancement For feature requests or possible improvements App: EmuHawk Relating to EmuHawk frontend labels Feb 7, 2019
@YoshiRulz YoshiRulz changed the title We need an Android port of this emulator. [🤖] Android port Nov 30, 2024
@InfamousKnight

This comment was marked as off-topic.

@InfamousKnight
Copy link

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.

@YoshiRulz YoshiRulz removed the Working as intended (wontfix) Bug in deprecated feature, or misidentification of correct behavior, or unreasonable feature request label Jan 30, 2025
@YoshiRulz
Copy link
Member

Several things wrong with that: That's a library, not a target; we can't simply add net8.0-android because that's a .NET Core TFM; and modern WinForms targets net8.0-windows only.

@YoshiRulz YoshiRulz reopened this Jan 30, 2025
@InfamousKnight
Copy link

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

@YoshiRulz
Copy link
Member

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 MainForm and PresentationPanel/DisplayManager are so integral to the app, that's a lot of work that needs to be done up-front before you can get any features working.

@InfamousKnight
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
re: Multiplatform Relating to porting to Linux (or macOS, etc.), or porting to other host architectures Request: Feature/Enhancement For feature requests or possible improvements
Projects
None yet
Development

No branches or pull requests

4 participants