I have made a game in java (similar to flappy bird). Now I want to port it to Android. | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

I have made a game in java (similar to flappy bird). Now I want to port it to Android.

The game is in java has java packages but android hasbits own packages. The game i have made is only with shapes like rectangle and oval(filled & unfilled). I want to do same in Android studios. Without making so many classes. And also I have seen few tutorials where they use third party game engine. Not sure if Android studios still support them or not as tutorials are prity old.

5th Feb 2017, 9:16 AM
chanki bhakuni
chanki bhakuni - avatar
1 Answer
+ 2
you can try use libgdx, here how to start in Android studio: https://github.com/libgdx/libgdx/wiki/Project-Setup-Gradle
18th Apr 2017, 4:57 AM
Oleks Sobol
Oleks Sobol - avatar