Last Updated: February 25, 2016
·
426
· jaywhy13

Android "Local path not found error"

If this error comes up, more than likely you need to Sync the Gradle files. Also, what happened in my case is that my directive was wrong in Gradle. I had said "compile "libs/xxx.jar". At 0.3.4 of Android Studio and Gradle 0.6.1+ that needed to be "compile files ("libs/xxx.jar").