Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Not A Problem
-
cordova-android-7.0.0
-
None
-
Ubuntu 16.04.3 LTS
Gradle 4.4.1
Cordova 8.0.0
Java "1.8.0_151"
NPM 5.6.0
Description
Steps to reproduce:
cordova create hello com.example.hello HelloWorld
cd hello
cordova platform add android
cordova plugin add cordova-plugin-crosswalk-webview
Error: Unhandled "error" event. (Parsing /hello/platforms/android/res/xml/config.xml failed)
cd hello
cordova platform add android
cordova build android --release
Error: Unhandled "error" event. (Parsing /hello/platforms/android/res/xml/config.xml failed)
////////////////////////////
Path: /hello/platforms/android/res/xml/config.xml // does not exist.
Path: /hello/platforms/android/app/src/main/res/xml/config.xml // does exist
Conclusion: for some reason Cordova is looking for the config.xml file in the wrong location.
Thanks for you help