Renato, I’m sorry but I don’t agree with you on this. What you’re struggling with is not Corona, but with the Android SDK. Remember, you’re no longer building with the Corona Simulator, but with the Android SDK. Thus, you need to follow Google’s Android documentation. For example, setting the application/launcher icons for Android is something that is very well documented by Google that experienced Android developers already know how to do. There’s really no point in us duplicating Google’s Android documentation on how to set up an Android application project anymore than, say, the Facebook or AdMob Android libraries. Corona Enterprise’s Android libraries are something you include and integrate into an existing Android application project That is, we just provide the CoronaActivity and CoronaView class which hosts the Corona Lua scripted project. Every other aspect of your application project such as app icons, AndroidManifest.xml, resources, etc. are up to you to set up.
I highly recommend that you play with the sample projects included with Google’s Android SDK before integrating Corona into your Android application project. By working with the sample projects made by Google, you’ll learn the fundamentals of Android app development. And I’m not trying to be condescending at all here. We’ve all struggled (including myself) learning Xcode and the Android SDK at first, wishing that Apple and Google made it easier to figure out. But that struggle is part of the learning process.