Posted 07 January 2013 - 10:07 AM
Blender is great for 3d art creation, but the BGE is really best for prototyping. The performance isn't very good compared to other options, and the Android export you talk of if I'm not mistaken hasn't been updated in years.
I'd say if you want a relatively easy tool, you could learn Gamemaker Studio. It is meant for 2d games, but you can always use 3d renders as 2d sprites. I have done plenty of that.
If you want something more complex and actually 3d, you could use Unity3d. You can easily learn on the free version(which can actually be used commercially) and then purchase the Android export when you are ready.
Both of those options cost, one more than the other. But I mention them because they are likely the easiest way to get games working on Android, but they also work on windows, MacOS, and iOS, and Unity3d works on Linux too(developer preview anyways...). An alternative would be to use something like Corona or Marmalade. I'm understanding with those you have more code and less GUI to help with, which may not be what you want if you are an artist. You could also code in the "lower level" language yourself. For iOS, that's likely obj-c, and for android that would possibly be Java or C++. The catch with that last method is that it takes much more effort to make something cross-platform, hence why I recommended either Gamemaker or Unity3d.