Closed mads-hartmann closed 12 years ago
Try this
lazy val fullAndroidSettings =
settings ++
AndroidProject.androidSettings ++
AndroidMarketPublish.settings ++
PlainJavaProject.settings ++
Seq (autoScalaLibrary := true, useProguard in Android := true)
In multi project, PlainJavaProject.settings is fragile.
it works! Thanks a lot!
Hi,
Is it possible to add a local jar dependency to an android project such that it gets copied into the apk file? I want to add the jar file produced by a sub-project to the final apk. file.
The issue seems to be related to #58 but adding
Doesn't seem to fix the problem. I still get
java.lang.NoClassDefFoundError: com.sidewayscoding.TextService
. The project is on github hereThanks, Mads Hartmann Jensen