I am developing ionic application which works fine in browser as well in android 5 versions but when i try to install my same apk in andriod 4 versions it simply displays white screen doesnt show up anything.
i had tried installing crosswalk, whitelist and splash screen plugins after installing all plugins i am unable to build. i am attaching the screenshots of installed plugins and build error please help where i am going wrong.
Please find the image where i installed the plugins
Also, Please find the error i am getting while building the app.
Please find the build error image
I am having the following in config.xml file
<preference name="android-minSdkVersion" value="16" />
<preference name="android-targetSdkVersion" value="16" />