我添加了以下依赖项:
implementation "android.arch.persistence.room:runtime:$ROOM"
annotationProcessor "android.arch.persistence.room:compiler:$ROOM"
androidTestImplementation "android.arch.persistence.room:testing:$ROOM"
androidTestImplementation "android.arch.core:core-testing:$ROOM"
implementation "android.arch.persistence.room:rxjava2:$ROOM"
现在我收到了这个警告:
warning: Supported source version 'RELEASE_7' from annotation processor 'android.arch.persistence.room.RoomProcessor' less than -source '1.8'
我试过谷歌搜索但找不到任何东西。知道我应该改变什么以及为什么?
答案 0 :(得分:0)
您正在使用Java 7进行编译,此版本所需的版本是Java 8。
转到文件...项目结构...
选择应用程序模块,然后在主选项卡(属性)中选择目标兼容性为1.8