我已下载facebook(项目),我收到错误android.support.annotation.Nullable(无法解析)。点击此链接 android.annotation cannot be resolved。他们提到有2个注释jar文件。我有一个android-sdk / tools / support / annotations.jar,但我没有这个android-sdk / extras / android / support / annotations / annotations.jar。 (这个有我需要的Nullable) 将此添加到我的日食中的正确方法是什么
答案 0 :(得分:0)
在build.gradle文件中添加此代码
dependencies {
compile 'com.android.support:support-annotations:22.2.0'
}