gpt4 book ai didi

android - 如何在eclipse adt中使用textinputlayout

转载 作者:搜寻专家 更新时间:2023-11-01 08:41:25 25 4
gpt4 key购买 nike

我尝试在 Eclipse ADT 中(而不是在 Android Studio 中)实现 textinputlayout,我还包含库 android-support-design.jar。

但是我在渲染 XML 文件的屏幕时遇到错误:

错误是:

cast to android.view.ViewGroup
Exception details are logged in Window > Show View > Error Log
The following classes could not be instantiated:
- android.support.design.widget.TextInputLayout (Open Class, Show Error Log)
See the Error Log (Window > Show View) for more details.

最佳答案

  1. 确保您拥有 Android 支持库版本 22.2.0 或更高。
  2. TextInputLayout是设计支持库的一部分。
  3. 你需要import <android-sdk>/extras/android/support/design .
  4. 你需要import
    <android-sdk>/extras/android/support/v7/appcompat
    .

导入设计库后,需要编辑project.proerties文件如下:

# Project target.
target=android-21
android.library.reference.1=../v7/appcompat
android.library=true

关于android - 如何在eclipse adt中使用textinputlayout,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/32218799/

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