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> 

enter image description here

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:

you can have many sdk build tools installed, can specify version per project or otherwise pick latest.


Comments

Popular posts from this blog

php - How can an email be returned from Stripe Checkout? -

SQL php on different pages to Insert (mysqli) -

linked list - Get the index of the Node in a LinkedList which contains the given value in java -