Issue with Android and IntelliJ
During the Codapalooza, we use intelliJ to develop our Android Application.
IntelliJ is a great IDE, but we found an issue with it.
The issue was that the compile was failing with the fallowing error:
- error : error : null
After an investigation on the net, we discover that it was only because the libs folder was not in the project. We simply added the folder and everything was working after that.
This was on version nine of intelliJ but i hope in version ten it will be fix.

