+ 2
What languages are used in android games ?
i want to know which basic and major languages are required for full and fledge android game
4 Answers
+ 2
fine
+ 2
java
+ 1
By game you mean 2d or 3d?
For simple games like a chest even Android Studio with java or kotlin works.
Usually 3D games or Hardware consuming ones are written in Native (C,C++) to make them run faster with less hardware. Mostly game engines are useful. Like unity(C#) or Better than that Unreal Engine (C++)