After changes to source and building with gradle in Android Studio (I/O preview) AI - 130.677228 the build fails with the following error:
Gradle: FAILURE: Buil
Add the code below into your build.gradle file. This works for me.
dependencies { compile fileTree(dir: 'libs', include: '*.jar') }