Quickly deploy Volley to your maven repository. Volley is a library that makes networking for Android apps easier and most importantly, faster. For an example to use Volley in your app, check out Folly.
git clone https://android.googlesource.com/platform/frameworks/volley
cd volley
(download the pom.xml)
mvn clean install
This is missing one very important thing. A provided tag in the dependency. Otherwise it will work fine if the other project is also built with android 4.1.1.4, if it's built with something else it will break the dexing.