Should I learn Android Studio before making game with libGDX?

后端 未结 1 930
予麋鹿
予麋鹿 2020-12-22 12:45

I want to to make an Android game with libGDX but most of the resources that I found on the internet are using Android Studio (I don\'t know will it help, if I learn libGDX

相关标签:
1条回答
  • 2020-12-22 13:36

    LibGDX is cross-platform game development framework. Either you're developing an Android app or not, you should use Android Studio/ IntellijIDEA*. It's the only recommendation.

    LibGDX using gradle for artifact management but you can also skip gradle and manually inject dependent jar in your project but I think It's totally wastage of time. Don't waste your time in project setup or further project management, in fact of you should focus on game logic.

    You can also use any other IDE with gradle management, but I think Android Studio is good and easy to use. Android Studio doesn't have any rocket science logic, it's quite easy. Only you've spent some times with it, that's all.

    *Both Android Studio or IntellJIDEA has almost same functions, so you can stick with any one.

    0 讨论(0)
提交回复
热议问题