我得到以下錯誤!會是什麼原因不支持在android api級別小於24
Information:Gradle tasks [:app:generateDebugSources, :app:generateDebugAndroidTestSources, :app:mockableAndroidJar, :app:prepareDebugUnitTestDependencies, :app:compileDebugSources, :app:compileDebugAndroidTestSources, :app:compileDebugUnitTestSources]
Error:Collection.java:47-48: Default method java.util.stream.Stream stream() not supported in Android API level less than 24
Error:Collection.java:41-42: Default method boolean removeIf(java.util.function.Predicate filter) not supported in Android API level less than 24
Error:AnnotatedElement.java:30-31: Default method boolean isAnnotationPresent(java.lang.Class annotationClass) not supported in Android API level less than 24
大約有80錯誤,所有的人都結束與android的API級別小於24,不支持我改變了API等級25,以及它仍然沒有解決問題有人可以幫我解決這個問題嗎?
什麼是你的minSdkVersion設備? –
23但是當我將其更改爲24和25時,錯誤也是相同的 –
什麼是CompileSDKVersion?你是否也將它改爲24或25? –