Check the logs on the right hand side of the IDE. You might need to unfilter them to get access to the information you need.
Have you generated the code in debug?
I would seriously recommend looking at compressing the graphical elements that you have defined. I do a lot of work on my Apps to ensure that the PNGs and so on are made as small and compact as possible without compromising the quality. If the images are large, consider reducing the physical size of them, especially if the App is targetting phone users, they don't have that much screen real estate to play with anyway. I used a tool I've had for years, which I purchased to reduce the size of graphics files. It can reduce the number of colours for instance and allows me to reduce the pixel dimensions and jpeg compression and apply a further compression technique as well. It's called xatio, from xat.com but there are other tools, probably free ones around that are available. It can make a big difference to the APK size.