Page 1 of 1

Setting for Android API level

Posted: Sun Mar 03, 2013 6:01 pm
by Rado1
It would be useful to specify minimal API level for Android applications. When publishing applications on Google Play, this information is used to check compatibility with device. For now, ZGE uses hard-coded android-8. If someone uses, for example, ZGESensor library, the API level should be android-9.

Posted: Mon Mar 04, 2013 8:45 am
by VilleK
I agree, however this is also related to the planned feature of supporting GLES 2.0. Possibly I will need to set the minimum level to 9 or 10 to support that anyway so I will look into that first.