Open jimfulton opened 11 years ago
See the test-dependencies-arent-dexed of the demo project at:
test-dependencies-arent-dexed
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.
We talked about this on IRC, but for the record it looks fixed on my testing branch.
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.