java - Checking a JAR for android compatibility in maven -
some of our jar libraries should run on android, normal jdks. jar build maven. want know:
is possible build against runtime library or check api compatibility? is there maven plugin runs junit tests on android platform? what other verification steps should taken ensure library project run on android? java android maven
No comments:
Post a Comment