TravisCI Android build fails only on CI not locally
问题 I have got a strange error and cannot find a solution: * What went wrong: Execution failed for task ':app:compileDebugAndroidTestGroovy'. > Unable to load class de.rheinfabrik.mvvm_example.activities.DetailsActivity due to missing dependency android/support/v4/view/LayoutInflaterFactory But it´s impossible. This project works locally. Also the dependency is there. Here my .travis.yml language: android jdk: oraclejdk8 env: matrix: - ANDROID_TARGET=android-22 ANDROID_ABI=armeabi-v7a global: -