paulirotta / Tantalum

Tantalum Cross Platform Library
12 stars 6 forks source link

Study: unit tests for Android #19

Open vivainio opened 11 years ago

paulirotta commented 11 years ago

+1

paulirotta commented 11 years ago

With gradle, much of this is easier/for the better. But there are still not many platform-specific tests.

The Android gradle is currently in a funky state. The gradle plugin conflicts with Java (namespace issues) and causes trouble. A quick fix was to compile as Java against the Android platform JAR and not use the gradle Android plugin. We can push more in this direction going forward.