这里不允许使用JetBrain Idea android xml元素。
I found this tutorial but I still don't understand how to resolve this problem
我得到了类似http://clip2net.com/s/2I0HI?dw=1
的内容<GridLayout
xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:columnCount="10"
android:rowCount="10">
<TextView
style="@style/GlobalTextView"
android:layout_gravity="right"
android:text="@string/lbl_player_kicking_kicking"
android:background="@drawable/bg_top"
android:layout_column="1"
android:layout_row="1"
android:padding="10dp" />
<TextView
style="@style/GlobalTextView"
android:layout_gravity="right"
android:background="@drawable/bg_bottom"
android:text="@string/lbl_player_receiving_rec"
android:layout_column="1"
android:layout_row="2"
android:padding="10dp" />
</GridLayout >
答案 0 :(得分:2)
确保您使用的是SDK级别14或更高版本的项目。
打开项目属性,文件&gt; 项目结构并选择项目。在 Project SDK 下,必须说 Android 4.0平台(或更新)。