It is currently possible and recommended to build with API level 18. API level 10 is presently the lowest API level supported by Processing. This is what you should set the android:minSdk property to in the AndroidManifest.xml file (unless you want to set the minimum to a higher level, of course...).
Answers
It is currently possible and recommended to build with API level 18. API level 10 is presently the lowest API level supported by Processing. This is what you should set the
android:minSdk
property to in theAndroidManifest.xml
file (unless you want to set the minimum to a higher level, of course...).