Android apk made with ionic package is not compatible with android version 5.0
In config.xml set android-minSdkVersion to 19 and it will work on android 4.4.4+ versions
which line that I must add. It is not displayed here. @sergi95
Hmm… seems my code is filtered. Okey just find preference with name “android-minSdkVersion” in config.xml and set its value to 19.
I did that but its still not working @sergi95 …
Did you create new build? What plugins do you use? Maybe plugins are the problem