API 10?

edited November 2013 in Android Mode

Can i use only API 10 for building apps? Support of the newer versions will be realized in the future?

Tagged:

Answers

  • Answer ✓

    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...).

Sign In or Register to comment.