android在这次的更新23.0.2的SDK tools在用android tool export打包时候会出错,出错类型为

Duplicate id @+id/image, already defined earlier in this layout Issue: Checks for duplicate ids within a single layout Id: DuplicateIds Within a layout, id's should be unique since otherwise findViewById() can return an unexpected view.

This class should be public (android.support.v7.internal.widget.ActionBarView.HomeView) Issue: Ensures that classes registered in the manifest file are instantiatable Id: Instantiatable Activities, services, broadcast receivers etc. registered in the manifest file must be "instantiatable" by the system, which means that the class must be public, it must have an empty public constructor, and if it's an inner class, it must be a static inner class.


android tool export报错为support v7包问题_第1张图片


android tool export报错为support v7包问题_第2张图片

解决方法为直接用export导出包。

这个方法真机测试的时候可能会出现一些奇怪的错误。

这个问题的类型应该为support v7 出现问题,一个id名称重复了,估计是官方的问题。。上回那个android SDK 新建工程要重复build,现在又tools export出问题,更新都要考虑风险了。

更多相关文章

  1. Android Base64字符串转换成图片
  2. Android控件笔记——在界面中显示图片
  3. android EditText 添加图片表情以及在四个方向上绘制图片
  4. Android 下载图片的问题
  5. Android View转换成图片保存
  6. Unity调用Android保存图片到相册
  7. Android图片压缩
  8. 【Android】android图片轮播
  9. Android:EditText插入图片实现图文混排

随机推荐

  1. android判断当前系统用的是什么语言
  2. Android常见错误
  3. Handler+ExecutorService(线程池)+Messag
  4. Android 死机问题分析方法收集
  5. android 网络请求方式 例子
  6. Android Studio安装使用图文教程
  7. Android(安卓)gallery实现选中放大的效果
  8. Android 读取doc文件
  9. 【Arcgis android】 离线编辑实现及一些
  10. Android:TextSwitcher、imageSwitcher