最近在下载打开某些项目直接运行时遇见了几次这样的错误,一直build不过去,错误如下:

Error:warning: Ignoring InnerClasses attribute for an anonymous inner classError:associated EnclosingMethod attribute. This class was probably produced by aError:(com.baidu.lbsapi.auth.d) that doesn't come with anError:compiler that did not target the modern .class file format. The recommendedError:associated EnclosingMethod attribute. This class was probably produced by aError:(com.baidu.android.bbalbs.common.util.c) that doesn't come with anError:compiler that did not target the modern .class file format. The recommendedError:indicate that it is *not* an inner class.Error:solution is to recompile the class from source, using an up-to-date compilerError:this warning is that reflective operations on this class will incorrectlyError:and without specifying any "-target" type options. The consequence of ignoringError:warning: Ignoring InnerClasses attribute for an anonymous inner class

其实在点击运行的时候AS有提示,当时没注意直接点击的运行,

上面在点击了运行之后已经给出了提示当前的版本pro-release没有签名让选择一个签名的运行。我当时没注意直接点击了run

之后我点击了继续,然后它又提示了一次,我直接又yes了,最后当然是编译没有通过。

好了上面都是我的错误操作经验,下面说下遇见这种情况怎么解决
第一次运行时,点击build ——》select build variant

如果已经运行过了,在侧边栏寻找,在BuildVariant 的proRelease处点击选择其他版本进行运行,proRelease是根据你项目设置进行显示的并不固定。

更多相关文章

  1. Android(安卓)O中Notification进度条一直弹出提示及提示音
  2. 〖Android〗arm-linux-androideabi-gdb报 libpython2.6.so.1.0:
  3. 几种常见的android Runtime异常
  4. Android(安卓)代码名字-API级别-版本号-NDK版本对应关系
  5. location of android sdk has not been setup in the preference
  6. 在eclipse中查看Android(安卓)SDK源代码
  7. 简单实现RecyclerView版本的竖向翻页效果
  8. android当方法数超过64k时(android studio)
  9. Android示例HelloGallery中R.styleable unresolved的解决办法

随机推荐

  1. Android实现两次按下返回键退出
  2. Android中JSON数据格式的简单使用
  3. Android积木之PopupWindow
  4. Android(安卓)获取手机联系人信息
  5. Android(安卓)TextView 给文本中指定片段
  6. android > SMS 短信数据库访问
  7. android studio jni路径配置
  8. android:省市二级联动下拉框
  9. android的字体相关类Typeface
  10. android之bundle传递数据--两个activitie