在CentOS-7机器上构建OpenJDK-9时,构建失败并带有
<?xml version="1.0" encoding="utf-8"?> <android.support.design.widget.CoordinatorLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" android:id="@+id/main_container" android:layout_width="match_parent" android:layout_height="match_parent"> <android.support.design.widget.AppBarLayout android:id="@+id/appbar" android:layout_width="match_parent" android:layout_height="wrap_content" android:background="@android:color/transparent" android:fitsSystemWindows="true" android:theme="@style/MyMaterialTheme" tools:ignore="UnusedAttribute"> <android.support.v7.widget.Toolbar xmlns:android="http://schemas.android.com/apk/res/android" android:id="@+id/toolbar" android:layout_width="match_parent" android:layout_height="wrap_content"> <LinearLayout android:id="@+id/llContainer" android:layout_width="match_parent" android:layout_height="wrap_content" android:orientation="vertical"> <include layout="@layout/toolbar" layout_width="match_parent" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_marginLeft="-45dp" tools:ignore="MissingPrefix" /> </LinearLayout> </android.support.v7.widget.Toolbar> </android.support.design.widget.AppBarLayout> <RelativeLayout android:layout_width="match_parent" android:layout_height="match_parent" android:background="@color/splash"> <ImageView android:id="@+id/imgLogo" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_marginLeft="100dp" android:layout_marginTop="100dp" android:src="@mipmap/ic_launcher" tools:ignore="ContentDescription,RtlHardcoded" /> <TextView android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_marginLeft="155dp" android:layout_marginTop="115dp" android:text="@string/alma" android:textColor="@color/red" tools:ignore="RtlHardcoded" /> <TextView android:id="@+id/textView" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_marginLeft="160dp" android:layout_marginTop="130dp" android:text="@string/unibo" android:textColor="@color/unibo" tools:ignore="RtlHardcoded" /> </RelativeLayout> </android.support.design.widget.CoordinatorLayout>
之后发生了许多类似的错误。这似乎是来自2017-05-04的jdk-9 + 168。 在使用hg签出,运行configure with no args并启动make后出现错误。没什么好看的。
我在这里做错了什么?