码迷,mamicode.com
首页 > 移动开发 > 详细

android.annotation cannot be resolved

时间:2014-10-03 21:39:25      阅读:232      评论:0      收藏:0      [点我收藏+]

标签:des   android   style   http   color   io   os   ar   strong   

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

android.annotation cannot be resolved

标签:des   android   style   http   color   io   os   ar   strong   

原文地址:http://www.cnblogs.com/eustoma/p/4005190.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!