#1 Members - Reputation: 116
Posted 13 November 2012 - 11:24 AM
I am trying to develop a game for Android phones . Right now , I am using Eclipse IDE with Android SDK installed . Meanwhile I came to know that there are tools like GAMEMAKER , Unity that can port the games directly to Android . So Can u guys suggest a tool / IDE that would be best suitable for developing a game for android??
And I am not an expert in game design . Please suggest any better way of performing game design with ease ?
Thanks
#2 Moderator* - Reputation: 5335
Posted 13 November 2012 - 12:02 PM
Depends on how familiar you are with Android. Note that nothing in Android-land is geared towards beginners. If you're a beginner at programming, you're going to have quite a difficult time in Android. But, if you're already a competent programmer or are a glutton for punishment, and you really want to target Android, I would seriously suggest not using GameMaker or Unity. Why? Because you need to understand how Android works if you're ever going to make a proper application/game for it, and GameMaker and Unity will hide details that I think are important to learn.
If you don't care about learning how Android really works, then I'd suggest not targeting it at all. Note that I'm not saying you need to be an expert in Android. But you should have a basic understanding of how Android works if you're ever going to be an effective Android developer.
So I would suggest first making a (very) simple (but polished) game with just the Android SDK, just to properly learn how Android works. After you are comfortable with Android programming, then you can feel free to branch out and explore options like GameMaker and Unity. But taking these "shortcuts" right now will deprive you of knowledge you seriously need to have.
#3 Members - Reputation: 207
Posted 14 November 2012 - 07:00 AM
Since you want to develop for android you'll have to setup android's SDK and NDK. For more information, visit their website: http://gameplay3d.org/
Aluthreney -- the King of sheep.
#5 Members - Reputation: 182
Posted 14 November 2012 - 07:04 PM
I've posted that here: http://www.gamedev.net/topic/633920-wiengine-a-lesser-known-wonderful-cross-platform-2d-game-engine/
If you are new your going to want a lot of examples. WiEngine comes complete with 20,000 lines of java examples and 20,000 lines of c++ examples not including header files.
I can attest to the stability of the engine as I have working production in google play using it.
#7 Moderator* - Reputation: 5335
Posted 15 November 2012 - 11:02 AM
What you asked about (GameMaker, Unity) are not really IDEs, per se, but more like full game engines. An IDE comparison is more like Eclipse vs Netbeans vs Emacs (some may disagree). As far as pure IDE, Eclipse is certainly the best for Android development because the Android team has all their tools and plugins set up for it.I am learning Android Game programming and currently using Eclipse IDE with Android Plugin . Jus wanted to know if there are IDE's better than this .
#9 Members - Reputation: 182
Posted 15 November 2012 - 10:57 PM
Well somebody's working on one... http://plugins.netbeans.org/plugin/19545/nbandroid
Personally for your first project you should become familiar with google's set of eclipse plugins.
Edited by Animate2D, 15 November 2012 - 11:02 PM.
#10 Moderator* - Reputation: 5335
Posted 15 November 2012 - 11:36 PM
What does Oracle have to do with any of this?There may be other frameworks I am unaware of that work with netbeans but to my knowledge I don't think oracle will would like that.
You don't really have to use Eclipse when developing for Android, but your life will be a living hell if you don't really, really, really know what you're doing. Just use Eclipse. Everyone else does specifically because it's a good idea. You're free to download the Android SDK and try to shovel it into any IDE/workflow you want, but a) it's going to be quite difficult and b) there really isn't a good reason to not use Eclipse. Heck, you can build for Android from the command line if you want. But again, why would you?@Cornstalks : Thanks
Got It . Can we install Android in Netbeans as well?
#12 Staff - Reputation: 8882
Posted 17 November 2012 - 04:54 AM
Yes, you CAN use netbeans if you prefer, but you'll be on your own figuring our how, and you'll be working against rather than with the expected usage.
- Jason Astle-Adams.
From my blog: 20 ways to advertise your game | What next? Intermediate to advanced C++
How to make games WITHOUT programming | 4 reasons you aren't a successful indie developer
#13 Members - Reputation: 102
Posted 17 November 2012 - 04:43 PM
You'll have a much easier time if you just use eclipse.
Yes, you CAN use netbeans if you prefer, but you'll be on your own figuring our how, and you'll be working against rather than with the expected usage.
Nothing is easy with Eclipse. Sadly, some features of the sdk are only available on Eclipse.
"Cuando se es peon, la unica salida es la revolución"






