jberkel / android-plugin

An sbt plugin for Android development in Scala
https://groups.google.com/forum/#!forum/scala-on-android
Other
476 stars 113 forks source link

Attempt of making aapt --rename-manifest-package configurable (Issue #19... #192

Open migo opened 11 years ago

migo commented 11 years ago

I tried to implement the rename-manifest-package option for aapt (Issue #191). It looks fine to me, the option is really appended to the aapt call (I verified it). However, the generated Android app does not have the changed package name. I don't know what the problem could be. Perhaps someone else has a clue?