Click here to Skip to main content
15,884,099 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
I recently developed an application on my computer using xna.Now i want to make this application on android.So,I downloaded Xamarin studio.I tried coding in it but it feels very different from xna. Xamarin studio doesn't even recognize commands like texture2d and spritebatch.!Now I cant understand how to do programming in that.Can you suggest me tutorials or help me if I am doing anything wrong?
Posted

1 solution

It will simply not work, at least not yet. XNA is nothing else than a library, based on DirectX.

The 'commands' you are looking for most probably don't exist in Xamarin yet, if they ever will. Simply recompiling the libraries will not be enough in this case. It would have to be ported to OpenGL or something similar, because there is no DirectX on Android.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900