Crosswalk Error in Ionic 2

i am creating an ionic 2 application as shown below:

1- ion launcher ion 2-pass example example (cd ionic2-crosswalk example)
2- ion platform add android
3-ion plugin add cordova-plugin-crosswalk-webview
4- change toplatforms / android / AndroidManifest.xml

<uses-sdk android:minSdkVersion="16" android:targetSdkVersion="25" />

to

<uses-sdk android:minSdkVersion="20" android:targetSdkVersion="24" /> 

5-, but when running android ion cord assembly see this error:

Error

0
source share

Source: https://habr.com/ru/post/1685449/


All Articles