I have a Ionic 3 project, when I run \"ionic cordova run android --prod\" I see
This error:
ANDROID_HOME=C:\\Users\\asus\\AppData\\Loca
Get Crosswalk version
As answered by Zhongyuan Zhou, there are ways to get locally saved Crosswalk library on your project, but I prefer the following:
Go to platforms/android/build/intermediates/exploded-aar/org.xwalk/xwalk_core_library/
, then you can see version like 22.52.561.4
Modify config.xml
Add the following into your config.xml
Compile the Android build
Do the usual ionic cordova build android
to build the Android APK or ionic cordova run android
to build and run / install the Android app on an emulator or device.
Reference: https://forum.ionicframework.com/t/server-error-with-crosswalk-when-running-ionic-run-android/104009/15