Android - Change Project Target API07/01/17 PermalinkTo use a different API library to build with in Android use the following method:
android.bat update project --path . --target "android-8"
And to see what API libraries are available:
android list targets
|
|