Error: Configuration with name 'default' not found in Android Studio

前端 未结 11 1873
时光说笑
时光说笑 2020-11-27 15:03

I am using the volley library to perform network operation in android. So I am trying to add this library in my project which is created in Android Studio and gradle system

11条回答
  •  醉酒成梦
    2020-11-27 15:33

    If suppose you spotted this error after removing certain node modules, ideally should not be present the library under build.gradle(Module:app) . It can be removed manually and sync the project again.

提交回复
热议问题