android - Gradle project refresh failed compile error -


getting gradle sync error

error:project :app declares dependency configuration 'compile' configuration 'default' not declared in descriptor project :volley.

what mean? guess need add build.gradle file?

try adding following dependencies app's build.gradle :

    compile 'com.android.volley:volley:1.0.0'


Comments

Popular posts from this blog

javascript - Knockout pushing observable and computed data to an observable array -

c# - Update a combobox from a presenter (MVP) -

'hasOwnProperty' in javascript -