gpt4 book ai didi

android - 如何在使用库的eclipse中导入android studio项目?

转载 作者:塔克拉玛干 更新时间:2023-11-02 18:57:58 25 4
gpt4 key购买 nike

当我们在 eclipse 中导入 android studio 项目时,它显示以下错误。

当我们导入所有编译时错误时,Android studio 项目包含项目和库,但当我们从 eclipse 运行项目时,它显示错误。

项目链接 = "https://github.com/glomadrian/material-code-input "下面是我的 xml 布局文件。

<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical"
android:padding="10dp"
android:background="#FFF"

>


<com.github.glomadrian.codeinputlib.CodeInput
android:layout_marginTop="20dp"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
app:hint_text="Pairing code"
android:id="@+id/pairing"
/>

<com.github.glomadrian.codeinputlib.CodeInput
android:layout_marginTop="20dp"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
app:underline_color="#457ad1"
app:underline_selected_color="#9e1ace"
app:text_color="#b12eff"
app:hint_color="#77ce9d"
app:hint_text="Pin code"
app:codes="4"
/>

<com.github.glomadrian.codeinputlib.CodeInput
android:layout_marginTop="20dp"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
app:underline_color="#d19385"
app:underline_selected_color="#ce3a47"
app:text_color="#5c282c"
app:hint_color="#ce1087"
app:hint_text="Cheat code"
app:codes="8"
/>

<com.github.glomadrian.codeinputlib.CodeInput
android:layout_marginTop="20dp"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
app:underline_color="#03A9F4"
app:underline_selected_color="#3F51B5"
app:text_color="#212121"
app:hint_color="#03A9F4"
app:hint_text="Hash code"
app:codes="10"
/>

</LinearLayout>

下面是截图。

Runtime error when import android studio project in eclipse

最佳答案

你的项目似乎有 Material 设计
您必须从此链接添加一个名为 Material 设计的项目 https://github.com/navasmdc/MaterialDesignLibrary进入你的工作区
之后进入您的项目并转到属性-> android->添加并从那里选择 Material 设计库

关于android - 如何在使用库的eclipse中导入android studio项目?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/32411129/

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