升级到AppCompat v22.1.0,现在获取"删除属性"错误

时间:2015-04-22 15:26:52

标签: java android android-support-library android-appcompat appcompat-v7-r21

我刚刚升级了我的应用以使用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>

enter image description here

我已升级到JDK的v1.8版本,但也无法正常工作。

2 个答案:

答案 0 :(得分:3)

https://code.google.com/p/android/issues/detail?id=164673

的讨论

您有几个选择:

您可以安装尽可能多的SDK构建工具,您可以为每个项目指定一个版本,否则它将获取最新版本。

答案 1 :(得分:1)

解决现在卸载“SDK v22.0.1构建工具”并安装以前的版本。