android - 无法解析可绘制资源

标签 android

enter image description here

它的错误日志说我在这个线程中读到你需要重新启动 eclipse Android: failed to convert @drawable/picture into a drawable但它对我不起作用我的项目没有运行它无法运行的原因可能是什么?它没有问题只是错误日志。

最佳答案

您是否将 xml 文件放在 drawable 文件夹下???如果是,请尝试以下选项。如果没有,请在 res 下创建一个 drawable 文件夹并将 xml 放在那里。

  1. 尝试清除并重建项目

  1. 重新启动 eclipse 并重建项目。

关于android - 无法解析可绘制资源,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/15847348/

相关文章:

android - 从 SQlite 检索的数据如何在 android 中存储为 'list of favorites'?

javascript - IOS设备隐藏 "Play Store"图片,Android设备隐藏 "App Store"图片

java - 当正确回答时,在 GridView 中的图像上设置刻度线

Android Intent getExtras

android - 如何以编程方式读取 ImageView 边距?

android - 已弃用的方法,但替换方法需要更高的 api

android - 如何禁用/抑制 IDEA "Rendering problems"警告

android - Android 应用中的成就实现

android - java.lang.NullPointerException : Uri must not be null when trying to insert to Telephony. Sms.Conversations

android - 为什么 9 补丁图形大小在模拟器中正确但在手机上不正确?