“android_asset/www/” missing from file paths when building without livereload

后端 未结 4 1100
小蘑菇
小蘑菇 2021-01-18 06:53

I\'m working on an ionic app (ionic v1.7.13, cordova v5.4.1). When I run

ionic run android -l

everything works fine, all my project files

4条回答
  •  佛祖请我去吃肉
    2021-01-18 07:42

    I'm not sure this is a solution for your exact problem, but this worked for me when i was receiving the same errors while running my react typescript app on cordova:

    package.json
    {
        ...
        "homepage": ".",
        ...
    }
    

提交回复
热议问题