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

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

    Add your library folder in your root location of your project and copy all the library files there. For ex YourProject/library then sync it and rest things seems OK to me.

提交回复
热议问题