Could someone (crazycoder or other team member) from IntelliJ’s team explain the intention of the following folders in IntelliJ Android project: /bin, /assets, /libs.
I can assume that the /libs is used for external libraries, and I saw that /assets has been used for storing PhoneGap files. I have never seen usage of bin folder.
Thanks
It’s a common Android project structure not specific to IntelliJ IDEA.
IDEA allows to customize locations of libs and assets folders in Android Facet settings.