I'm new to processing. I have installed 2.0a8 on OSX Snow Leopard. I'm able to run simple apps on Android (2.3.3, Api 10). What should I do to change the project target to 15, i.e, Android 4.0.3 and higher ?
Inspite of updating the uses-sdk on the AndroidManifest, i'm unable to start the 4.0+ emulator.
<uses-sdk android:minSdkVersion="10" android:maxSdkVersion="15" android:targetSdkVersion="15"/>
A quick response will be very much appreciated
Thanks,
Sriram
Inspite of updating the uses-sdk on the AndroidManifest, i'm unable to start the 4.0+ emulator.
<uses-sdk android:minSdkVersion="10" android:maxSdkVersion="15" android:targetSdkVersion="15"/>
A quick response will be very much appreciated
Thanks,
Sriram
1