Ionic1 App not working in Android 4.4.2

I’m building ionic1 app which is perfectly working in all other versions but in android 4.4.2 it is not working.

@ionic/cli-utils  : 1.10.2
ionic (Ionic CLI) : 3.10.3

global packages:

Cordova CLI : 7.0.1
Gulp CLI    : not installed globally

local packages:

**Cordova Platforms : android 6.2.3**
Ionic Framework   : ionic1 1.3.3

System:

ios-deploy : 1.9.2
ios-sim    : 6.0.0
Node       : v8.6.0
npm        : 5.3.0
OS         : macOS Sierra
Xcode      : Xcode 9.0 Build version 9A235 

And in my config.xml

**<preference name="android-minSdkVersion" value="16" />**
<preference name="BackupWebStorage" value="none" />
<preference name="SplashMaintainAspectRatio" value="true" />
<preference name="FadeSplashScreenDuration" value="300" />
<preference name="SplashShowOnlyFirstTime" value="false" />
<preference name="SplashScreen" value="screen" />
<preference name="SplashScreenDelay" value="3000" />
1 Like

add this plugin cordova-plugin-crosswalk-webview in project

what will do this plugin ?

I face same problem ,after i have added my issue solved.It is used to support app for lower versions.

After installing this plugin into my code app does not even build.

Hello All there at IONIC Forum,

I have resolved the issue by using the below link
https://ionic.zone/debug/remote-debug-your-app#android and debugging the app as mentioned in it.

Thanks for your support…