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
Post a Comment