我在AndroidApp中的.axml源文件中有非常简单的布局。 我使用此布局添加动态TextViews和按钮。应用程序工作正常。
即使我收到警告(第6行,第8列):未定义的complexType'java.lang.Object'用作复杂类型扩展的基础。
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:x="http://schemas.android.com/apk/res/android"
x:orientation="horizontal"
x:layout_width="match_parent"
x:layout_height="match_parent"
x:id="@+id/mainLayout"/>
答案 0 :(得分:7)