This is my activity_main.xml code
<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" />
and I got an error while creating APK
Error:(12) error: 'next_level_button' is incompatible with attribute android:layout_below (attr) reference.
Please help me I want to provide this updated version to my app users :(