I installed the latest ionic and cordova version and added crosswalk version 19
also
in the config.xml I added
< preference name=“android-minSdkVersion” value=“14” />
< preference name=“android-targetSdkVersion” value=“23” />
ANDROID_HOME=C:\Android\sdk
JAVA_HOME=C:\Program Files\Java\jdk1.8.0_144
Error: Could not find gradle wrapper within Android SDK. Might need to update your Android SDK.
Looked here: C:\Android\sdk\tools\templates\gradle\wrapper
the solution is to upgrade to the newest cordova-android version,but then i cant use crosswalk19
Any ideas ? Please
Edit: Or in other words: which ionic and cordova version supports crosswalk version19?
npm install ionic
npm install cordova@6.X.X
ionic start hello (I choosed tabs)
cd hello
ionic cordova plugin add cordova-plugin-crosswalk-webview@1.8.0 (Crosswalk at Releace 1.8 supports Android 4.0)
ionic cordova platform add android@5.X.X (I think I need cordova-android below Version 6 to support API 15)
Then I looked in the config.xml and there was <preference name="android-minSdkVersion" value="16"/> but I need API15, so I removed the line.
I thought now, lets try it: ionic cordova build android
this was the result:
BUILD SUCCESSFUL
Total time: 46.72 secs
Built the following apk(s):
C:/Users/XX/Desktop/hello/platforms/android/build/outputs/apk/android-armv7-debug.apk
C:/Users/XX/Desktop/hello/platforms/android/build/outputs/apk/android-x86-debug.apk
But when I run the app in an emulator (API15) the app opens and I see the loading symbol, but is crashing then.