I have Volley Library inside my Project (under libraries/volley), However i prefer to use Gradle version of volley library (https://github.com/mcxiaoke/android-volley). I want to use "compile com.mcxiaoke.volley:library:1.0.19" in build.gradle
But everytime i deleted Volley File Library then i got error message when compiled : Error:Configuration with name 'default' not found.
How to replace existing Volley Library and use gradle version ?
Thanks before...