gpt4 book ai didi

android - Content Assist 在 Eclipse 上无法正常工作

转载 作者:行者123 更新时间:2023-11-29 16:12:08 26 4
gpt4 key购买 nike

这些是规范:

  • 操作系统:Windows 7 Professional x86
  • IDE:Eclipse Juno 4.2(面向 Java 开发人员)
  • ADT:第 20 版
  • 开发工具包:7

我正在创建一个 XML 布局,将 ImageView 拖到 FrameLayout 后,一切都按预期工作。

<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
xmlns:android1="http://schemas.android.com/apk/res/android"
android:layout_width="fill_parent"
android:layout_height="fill_parent" >

<ImageView
android1:id="@+id/imageView1"
android1:layout_width="wrap_content"
android1:layout_height="wrap_content"
android1:src="@drawable/logo_splashcreen" />

</FrameLayout>

我注意到,它使用的是 android1 而不是 android

如果我尝试通过 Ctrl+Space 向 ImageView 添加新参数,它会抛出 错误。

这正常吗?我以前从未发生过...

最佳答案

尝试删除

  xmlns:android1="http://schemas.android.com/apk/res/android"

行,这似乎是一个无用的副本

  xmlns:android="http://schemas.android.com/apk/res/android"

然后,将文件中的所有“android1:”替换为“android:”字符串。

关于android - Content Assist 在 Eclipse 上无法正常工作,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/12351009/

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