Should I learn Android Studio before making game with libGDX?

情到浓时终转凉″ 提交于 2019-12-29 10:02:50

问题


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 faster and better?), but I like using Netbeans and don't like developing the Android apps so... Can I learn libGDX without spending times for Android Studio? That's all, thanks!


回答1:


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.



来源:https://stackoverflow.com/questions/44665604/should-i-learn-android-studio-before-making-game-with-libgdx

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!