gpt4 book ai didi

android - 运行时来自 Eclipse 和 android.view.InflateException 的警告

转载 作者:行者123 更新时间:2023-11-30 04:28:34 25 4
gpt4 key购买 nike

在扩充布局时,我偶尔会收到用户的异常报告:

android.view.InflateException: Binary XML file line #2: Error inflating class com.MyClass

它很少发生,我自己也从未见过……直到现在。突然间,我每次都使用我一直使用的完全相同的布局来获得该异常:

<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:orientation="vertical" >

<com.comet.android.keyboard.CandidateView
android:id="@+id/candidate"
android:layout_width="fill_parent"
android:layout_height="wrap_content" >
</com.comet.android.keyboard.CandidateView>

<include layout="@layout/keyboard_view" />

</LinearLayout>

此外,Eclipse 总是在第 1 行报告此警告:

No grammar constraints (DTD or XML schema) detected for the document.

关于为什么我会在第 1 行收到警告而在第 2 行收到异常的任何想法?两者有关系吗?这个文件一直有效到今天,我没有更改它!

我注意到 namespace URL http://schemas.android.com/apk/res/android没有解决。可能是这样吗?它与所有 Android 示例中使用的 URL 相同。

最佳答案

警告是无害的。如果你想摆脱它,请看这里 http://code.google.com/p/android/issues/detail?id=9831

这个错误很奇怪...你能发布你用来膨胀布局的代码吗?你还有一个名为 com.MyClass 的类吗?

关于android - 运行时来自 Eclipse 和 android.view.InflateException 的警告,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/8100244/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com