【问题标题】:'next_level_button' is incompatible with attribute android:layout_below (attr) reference'next_level_button' 与属性 android:layout_below (attr) 参考不兼容
【发布时间】:2018-06-15 09:32:36
【问题描述】:

这是我的 activity_main.xml 代码

 <TextView
        android:id="@+id/level"
        android:layout_width="wrap_content"
        android:layout_height="wrap_content"
        android:layout_below="next_level_button"
        android:layout_centerHorizontal="true"
        android:text="Click Below to earn points"
        android:textAppearance="?android:attr/textAppearanceLarge" />

我在创建 APK 时出错

错误:(12) 错误:'next_level_button' 与属性 android:layout_below (attr) 参考不兼容。

请帮助我,我想将此更新版本提供给我的应用用户:(

【问题讨论】:

    标签: javascript java android-studio android-studio-3.0


    【解决方案1】:

    错误是说next_level_button 不是正确的属性。应该是@id/next_level_button 用给定的id 指向您的按钮。

    【讨论】:

    • 感谢您帮助我解决问题。
    猜你喜欢
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2018-06-20
    • 2018-06-13
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    相关资源
    最近更新 更多