select - Android SDK platform targets (for sbt gen-android <platform-target> <package-name> <name>) -
I'm at a loss about platform-target parameters for gen-android command (android-sdk-plugin for SDT )). Google is also not very useful It seems that there should be a way to inquire about Android SDK (available) about the platform goal?
Not even normal-Android usage examples.
Sue that you are running SBT 0.13.5 or more.
Then run sbt "gen-android android-19 com.your-pack testName"
.
This package should be created and the Android SDK version 1 will be used.
Comments
Post a Comment