Hi
I have made a small game using MonoGame.Framework.DesktopGL. Now I want to use the MonoGame code to make a MonoGame.Framework.Android project.
I don't find any docs on what to do to convert it to Android.
-
Do I just put all code inside the MonoGame.Framework.Android project or are there things needed to be changed from the original MonoGame.Framework.DesktopGL code? (for input, etc)
-
How to generate an .apk file which I can install on my Android device? Will do visual studio this for me or do I need to enter some commands somewhere to build it?
Thank you
Hi
I have made a small game using MonoGame.Framework.DesktopGL. Now I want to use the MonoGame code to make a MonoGame.Framework.Android project.
I don't find any docs on what to do to convert it to Android.
Do I just put all code inside the MonoGame.Framework.Android project or are there things needed to be changed from the original MonoGame.Framework.DesktopGL code? (for input, etc)
How to generate an .apk file which I can install on my Android device? Will do visual studio this for me or do I need to enter some commands somewhere to build it?
Thank you