+ 6
C++ in android
I want to create a game in android using c++ . A game like tictactoe. I did the coding in c++ how to make that code into android game? TIA :')
1 Answer
+ 8
You may try to look into Google's Android NDK (Native Development Kit).
I want to create a game in android using c++ . A game like tictactoe. I did the coding in c++ how to make that code into android game? TIA :')