Android OS 4.x Support

Hi,

Is Android OS 4.x Supported on Volt Builder.

My built APK doesn’t seem to install on it.

Or could it be an issue from my side.

That makes sense. VoltBuilder uses the latest Cordova tools by default. The release notes for Cordova-android 9.0.0 indicate the oldest supported version of Android OS is 5.1.

You can override the engine used by VoltBuilder, by added this to your config.xml:

<engine name="android" spec="8.0.0" />

Cordova-android 8.0.0 should give you support for Android 4.4. We have not tested this, nor is it supported by us. Note that apps using the old engine probably won’t be accepted in the Google Play store.