agit icon indicating copy to clipboard operation
agit copied to clipboard

Target API level

Open Vanuan opened this issue 12 years ago • 2 comments

What API level agit is intended for? Some dependencies require android-14, while others android-16.

Vanuan avatar Dec 08 '12 12:12 Vanuan

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.

Vanuan avatar Dec 08 '12 13:12 Vanuan

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.

ClashTheBunny avatar Jan 31 '13 05:01 ClashTheBunny