java - Upgraded to AppCompat v22.1.0 and now getting "removing attribute" error -
i've upgraded app use appcompat v22.1.0 , i'm getting following exception appcompat layout xml file:
removing attribute http://schemas.android.com/apk/res/android:layout_marginend <imageview> removing attribute http://schemas.android.com/apk/res/android:textalignment <android.support.v7.internal.widget.dialogtitle> removing attribute http://schemas.android.com/apk/res/android:layoutdirection <linearlayout>
i upgraded version v1.8 of jdk , not work either.
see discussion on https://code.google.com/p/android/issues/detail?id=164673
you have couple of options:
- set
preferences > android > build > build output
normal
orsilent
.verbose
causing problem. - force sdk build tools 21.1.2 appcompat project in project.properties, see https://github.com/dandar3/android-support-v7-appcompat/blob/master/project.properties
you can have many sdk build tools installed, can specify version per project or otherwise pick latest.
Comments
Post a Comment