我刚刚升级了我的应用以使用AppCompat v22.1.0,并且我从AppCompat布局XML文件中获得以下异常:
removing attribute http://schemas.android.com/apk/res/android:layout_marginEnd
from <ImageView>
removing attribute http://schemas.android.com/apk/res/android:textAlignment
from <android.support.v7.internal.widget.DialogTitle>
removing attribute http://schemas.android.com/apk/res/android:layoutDirection
from <LinearLayout>
我已升级到JDK的v1.8版本,但也无法正常工作。
答案 0 :(得分:3)
见https://code.google.com/p/android/issues/detail?id=164673
的讨论您有几个选择:
Preferences > Android > Build > Build output
设为Normal
或Silent
。 Verbose
导致问题。您可以安装尽可能多的SDK构建工具,您可以为每个项目指定一个版本,否则它将获取最新版本。
答案 1 :(得分:1)
解决现在卸载“SDK v22.0.1构建工具”并安装以前的版本。