Try
- build-tools-22.0.1
http://developer.android.com/tools/revisions/build-tools.html
Build Tools, version 22.0.0 (March 2015) Added support for Android 5.1 (API level 22).
And I think this is ed AndroidTest connection.
Update , try to get the latest versions of tools, Travis-ci returned the latest VM update, good luck if this does not work, I do not know another possible reason:
language: android android: components: - platform-tool - tool - android-22 - build-tools-22.0.1 - extra-android-m2repository - extra-google-m2repository - sys-img-armeabi-v7a-android-22
Update2 . I forked your project, tried my suggestions and didn't work. But I continued the discussion on how to add
retrolambda { jvmArgs '-noverify' }
As you already did. And there was this option , I did not read it and rushed to the solution and worked :)
script: - cd MVVM-Example - ./gradlew prepareDebugDependencies - ./gradlew assembleDebug
I am not familiar with this retrolambda material, please explain the solution for another, if it works for you, I thought it was a simple grass problem.
source share