图形处理错误

时间:2014-02-14 16:42:10

标签: android eclipse android-layout

我将这个xml添加到我的drawables中:

<shape xmlns:android="http://schemas.android.com/apk/res/android"
       android:shape="rectangle">
  <corners
      android:radius="2dp"
      android:topRightRadius="0dp"
      android:bottomRightRadius="0dp"
      android:bottomLeftRadius="0dp" />
  <stroke
      android:width="1dp"
      android:color="@android:color/white" />
</shape>

所以我可以在Layout文件夹中的两个单独的XMls上为linearlayout和相对布局添加背景:

  

机器人:背景= “@绘制/ custom_border”

虽然项目运行正常但我无法访问其中的任何文件,只是错误日志中的重复错误:

  

未处理的循环异常org.eclipse.swt.SWTException.error:Graphis   处置......

我删除了上面的xml drawable文件以及对它的所有引用,错误仍然存​​在。 搜索这个错误我找不到多少,我甚至在之前的项目中出现了这个错误,我不得不将其删除并从头开始(我也在SO上发布)。

有人能说清楚这个错误吗?

由于 夏兰

1 个答案:

答案 0 :(得分:0)

在网上进行大量搜索后,从未找到解决方案或导致此错误的原因。 但是,从SVN更新工作区版本或删除项目并从其他地方的已保存版本导入解决了它。 希望这对那些遇到此错误的人有帮助,因为它很头疼!!