When I try to run my ionic app it only shows white screen. But then when I tried to debug it I got this error
Look at the following:
In the config.xml there is this value:
<preference name=“android-minSdkVersion” value=“19” />
to target that version of Android the minSDK would be 17.
However, Ionic might have issues with that old of a webview. You may need to use the Crosswalk option to solve that issue.
Will it run on android 7.1?