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

前端 未结 11 1796
时光说笑
时光说笑 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:55

    I also facing this issue but i follow the following steps:-- 1) I add module(Library) to a particular folder name ThirdPartyLib

    To resolve this issue i go settings.gradle than just add follwing:-

    project(':').projectDir = new File('ThirdPartyLib/')

    :- is module name...

提交回复
热议问题