m0dch3n / vue-cli-plugin-cordova

Vue Cli 3 Cordova Plugin
MIT License
417 stars 63 forks source link

Crash when using cordova-serve-android #130

Closed MathisTLD closed 3 years ago

MathisTLD commented 3 years ago

https://github.com/m0dch3n/vue-cli-plugin-cordova/blob/86c0330f8c178a385f8712e3a8619f633cea1f1f/index.js#L43 should be replaced by:

      cordovaConfigPathToUpdate = 'res/xml/config.xml'

when using cordova-android^6.4.0

m0dch3n commented 3 years ago

Is it not more simple to upgrade your cordova android to 9.x? 6.4 is quite old...

MathisTLD commented 3 years ago

Maybe... Team told me to use this particular version for compatibility reasons. Things might have changes now i'll see if everything works in v9. Thanks