I am trying to write an Android application in Scala using IntelliJ IDEA. I can get the apk built and working just fine, but I notice that the files are being added to my apk, which should not be. For example, all of my Scala source files are included, as well as rootdoc.txt from the Scala java library.
I am using the standard ant system build configuration provided by android sdk. I try to avoid using SBT if possible.
source share