gpt4 book ai didi

android - 无法在 TableLayout 中删除 textEdit

转载 作者:行者123 更新时间:2023-11-30 04:06:33 26 4
gpt4 key购买 nike

我使用的是 Android 4.2 和 Eclipse indigo (3.7.0)。我创建了一个包含 6 行的 TableLayout。我想使用 Eclipse 中的图形布局在一行中添加一个 TextView 和一个 EditText。添加 TextView 没有问题,但是当我拖放 EditText 时,显示以下错误:

NOTE: This project contains Java compilation errors, which can cause rendering failures for custom views. Fix compilation problems first.
java.util.LinkedHashMap.eldest()Ljava/util/Map$Entry;

我还没有写任何代码。任何代码都是我第一次创建项目时由eclipse生成的。editText 包含在 xml 中,但图形布局无法显示它。我剪切并粘贴了 xml:

<?xml version="1.0" encoding="utf-8"?>
<TableLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:stretchColumns="1,2,3" >

<TableRow
android:id="@+id/tableRow1"
android:layout_width="wrap_content"
android:layout_height="wrap_content" >

<EditText
android:id="@+id/editText1"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:ems="10" >

<requestFocus />
</EditText>

</TableRow>

<TableRow
android:id="@+id/tableRow2"
android:layout_width="wrap_content"
android:layout_height="wrap_content" >
</TableRow>

<TableRow
android:id="@+id/tableRow3"
android:layout_width="wrap_content"
android:layout_height="wrap_content" >
</TableRow>

<TableRow
android:id="@+id/tableRow4"
android:layout_width="wrap_content"
android:layout_height="wrap_content" >
</TableRow>

<TableRow
android:id="@+id/tableRow5"
android:layout_width="wrap_content"
android:layout_height="wrap_content" >
</TableRow>

<TableRow
android:id="@+id/tableRow6"
android:layout_width="wrap_content"
android:layout_height="wrap_content" >
</TableRow>

</TableLayout>

最佳答案

我在 Eclipse 中试过你的代码,没有任何问题。一切正常。在 SDK 管理器中检查您的 SDK 是否是最新的,或者您的所有插件是否已更新。图形布局对用户友好,但对开发人员不友好。

关于android - 无法在 TableLayout 中删除 textEdit,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/11547073/

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