gpt4 book ai didi

Android:无法实例化 FloatingActionButton

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

我正在尝试在我的应用程序中使用 float 操作按钮 (FAB)。但是,当我声明相同时,我得到了错误:

android.support.design.widget.FloatingActionButton could not be instantiated.

我在我的 gradle 文件中添加了以下命令:

compile 'com.android.support:appcompat-v7:23.1.1'
compile 'com.android.support:design:23.1.1'
compile 'com.android.support:support-v4:23.1.1'

我还尝试将以下内容添加到我的样式父项中:

parent="@style/Theme.AppCompat"

还尝试让我的 Activity 类 extend Activity 以及 AppCompatActivity

我错过了什么吗?请。帮助

最佳答案

Android build system uses the Android Plugin for Gradle to support building Android applications with the Gradle build toolkit. The plugin runs independent of Android Studio so the plugin and the Gradle build system can be updated independently of Android Studio.

对于 FloatingActionButton 的要求

请更新您的类路径

  dependencies {
classpath 'com.android.tools.build:gradle:1.5.0'

}

关于Android:无法实例化 FloatingActionButton,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/35169837/

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