agit
agit copied to clipboard
Target API level
What API level agit is intended for? Some dependencies require android-14, while others android-16.
Here's a build with only android-14: https://travis-ci.org/Vanuan/agit/builds/3564671
shouldSupplyCloneSourceFromGoogleCodeProjectPage(com.madgag.agit.weblaunchers.GoogleCodeWebLaunchActivityTest): java.lang.RuntimeException:
no such directory /home/travis/builds/Vanuan/agit/android-sdk-linux/platforms/android-16/data/res/values
Here's a build with only android-16: https://travis-ci.org/Vanuan/agit/builds/3564715
Failed to execute goal com.jayway.maven.plugins.android.generation2:android-maven-plugin:3.4.0:generate-sources (default-generate-sources) on project agit:
Execution default-generate-sources of goal com.jayway.maven.plugins.android.generation2:android-maven-plugin:3.4.0:generate-sources failed:
Invalid SDK: Platform/API level 14 not available.
I have run into this too. Both 14 and 16 are required to build, but only 14 is required by maven. When I installed 16, everything built.