app declares a dependency from configuration 'compile' to configuration 'default' which is not declared in the descriptor for project

后端 未结 11 2024

I am importing a library module named \"wear\" in my project and while building, I am getting this:

Error : A problem occurred configuring project \':app\'.   
C         


        
11条回答
  •  难免孤独
    2021-02-03 18:12

    This case is you don`t install the plugin.Please you install the plugin.Such as "npm install -s wear"

提交回复
热议问题