Actually, I’ve downloaded “SDK” and it says I should plug in “JDK” java… it seems like only javascript for android apps and there’s no C#.
I’ve searched recently and I’ve found that I can use C# in making android apps.
I would like to know the way to make android apps with C# also if there is tutorial for it and how it works with “SDK”… I will appreciate your help!
Thank you for replying, Actually you didn’t help me… “SDK” tell me to plug in “JDK” and I can only use javascript… How can I make android games with C#… I want steps or tutorial video whatever and what should I download and plug in certainly.
I suggest tutorial videos if there any! (For making android games by C# not JAVASCRIPT)
If you are talking of Android Studio by the SDK, http://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html JDK is here, you can either let AS to install it or preinstall it and install will continue. For JDK to work with Unity3d, from “Edit” > “Preferences” Choose “External Tools” and browse to JDK installed folder. To work with c# scripts inside Unity3D, select any object > Choose “New Script” from Inspector window and choose c# as language. VS or MonoDevelop will launch depending on your External Script Editor Choice…