m0dch3n / vue-cli-plugin-cordova

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

Cordova-serve-android not workin #53

Closed Diptyajit1994 closed 5 years ago

Diptyajit1994 commented 5 years ago

Hi, While i was building the app for android development environment the config file property in src-cordova changed to . The build was failing while i changed the config file to after this the android build doesnot fail and it is deployed to the android device but it does not contain the basic cordova device ready ui not the vuetify uI

m0dch3n commented 5 years ago

Seems to be cordova related and not plugin. Did you try build manually without plugin, but with cordova commands in src-cordova? Also read the README if you have blank page etc, usually it's path related, where javascripts are not loaded...

There also some closed issues here already explaining more the problems, then in the README...

Diptyajit1994 commented 5 years ago

I have user "cordova run android" in src-cordova and it provides the generic cordova index.html file not the vue coplied file

m0dch3n commented 5 years ago

build your app to src-cordova/www for this