0

Getting gradle sync error

Error:Project :app declares a dependency from configuration 'compile' to configuration 'default' which is not declared in the descriptor for project :volley.

what does it mean? I guess I need to add something to build.gradle file?

LeTadas
  • 3,436
  • 9
  • 33
  • 65

1 Answers1

0

Try adding Following dependencies to your app's build.gradle :

    compile 'com.android.volley:volley:1.0.0'
Sagar Giri
  • 2,221
  • 1
  • 10
  • 20