Can you run XNA games on Android?

11,105

Solution 1

I would like you to read the following link, about a project called ExEn (a port of XNA to several mobile devices)!

Solution 2

You may also want to consider MonoGame ( https://github.com/mono/MonoGame/ ) as that is also an Open Source, OpenGL implementation of XNA that currently has support for iOS, Android, MacOS X, Windows and recently Linux. It is currently OpenGL ES 1.1, but there is already a team working on ES 2.0 support. Hey now that Sony have embraced C# for their PS Vita and some Xperia phones, maybe the guys at mono will port MonoGame to those platforms and PS3.

Actually ExEn, is a fork of MonoGame( originally called XNATouch ).

For a list of 12 games on the AppStore currently using MonoGame look here - http://monogame.codeplex.com/

I hope this helps.

D.

Solution 3

You would port it much like you would port any software to another platform.

Look at what the original code does, then replicate the end result with the different language, technologies and api's the other platform brings to you.

If what you mean by "Port" is, "Can I run my C# \ XNA code on android with little to no modifications" as of yet no, but as you are aware, there are efforts to make it so.

Share:
11,105
Admin
Author by

Admin

Updated on June 04, 2022

Comments

  • Admin
    Admin almost 2 years

    I'm searching the internet for a while now, and it seems that currently there is almost no way to develop XNA games for the Android platform.

    Does anyone of you know any good way to port XNA games to the android platform?
    XNATouch it doesn't have yet a port for the monodroid, are there any other projects for this?