cordova android vue avd resource public image
问题 I followed this tutorial and coded my own android cordova app: https://www.npmjs.com/package/vue-cli-plugin-cordova I added the images for my app to the public folder. My whole folder looks like this: my-app2: |-.git |-node_modules |-public --> there are my images in the img folder, the index.css in the css folder and the index.html as main entry point |-src --> there is my Sourcecode folder which works fine |-src-cordova --> In this folder are the settings for my app (config.xml) |-tests |-