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

Test dependencies aren't included in output apks. #178

Open jimfulton opened 11 years ago

jimfulton commented 11 years ago

See the test-dependencies-arent-dexed of the demo project at:

https://bitbucket.org/j1m/hipain/src/dfe9eba07868b2fb72b649c587ef5ad43ed241ef/?at=test-dependencies-arent-dexed

Note that the test uses robotium, which is listed as a dependency of the test project.

The test compiles, which means that the dependency is used for compilation, it's just not included in the output dex file or apk.

fxthomas commented 11 years ago

We talked about this on IRC, but for the record it looks fixed on my testing branch.