Advertisement

Android Tools and Development tutorials

Started by January 25, 2012 12:07 PM
0 comments, last by MarcusMaximus04 13 years, 1 month ago
Okay I decided to use Unity to make PC games, I want to make Android games, but y'know, its $1000+ for an android license, so what are some good free android tools(in C#) that I could use to make android games.

Okay I decided to use Unity to make PC games, I want to make Android games, but y'know, its $1000+ for an android license, so what are some good free android tools(in C#) that I could use to make android games.


C#? Android uses a variation of Java for the SDK and C/C++ for the NDK(works via the JNI, requires a java layer). You'd have to find a tool that can convert C# code to those.

This topic is closed to new replies.

Advertisement