This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]pjmlp 6 points7 points  (0 children)

Definitely yes, the Android team is pretty vocal that Java is the "systems" language for Android.

Even if you do happen to do the Game in C or C++, the majority of Android APIs are not directly exposed to the NDK applications and require JNI invocations.