android.annotation cannot be resolved
http://stackoverflow.com/questions/14870596/android-annotation-cannot-be-resolved
As Artem suggested, you may need to include the annotations.jar file into your project, but note that there are two annotations.jar files in your Android SDK:
android-sdk/tools/support/annotations.jar - Which includes the following annotations:
- SupportLint
- TargetApi
android-sdk/extras/android/support/annotations/annotations.jar - Which includes many other annotations:
- AnimRes
- AnimatorRes
- AnyRes
- ArrayRes
- AttrRes
- BoolRes
- ColorRes
- DimenRes
- DrawableRes
- FractionRes
- IdRes
- IntDef
- IntegerRes
- InterpolatorRes
- LayoutRes
- MenuRes
- NonNull
- Nullable
- PluralsRes
- RawRes
- StringDef
- StringRes
- StyleRes
- StyleableRes
- XmlRes
郑重声明:本站内容如果来自互联网及其他传播媒体,其版权均属原媒体及文章作者所有。转载目的在于传递更多信息及用于网络分享,并不代表本站赞同其观点和对其真实性负责,也不构成任何其他建议。