I got past "aidl missing' in android studios and now have 7 new errors -


i used have aidle missing error started using ice cream sandwhich api , build tool 1.9.1.0 got 7 errors similar ones list (copied , pasted). don't know wrong i'm using ubuntu 14.04 , using android studio. have done , researched can.

error:(6, 21) no resource found matches given name: attr 'android:textalignment'.  error:(10, 21) no resource found matches given name: attr 'android:paddingend'.  error:(10, 21) no resource found matches given name: attr 'android:paddingend'.  error:(13, 21) no resource found matches given name: attr 'android:paddingstart'.  error:(17, 21) no resource found matches given name: attr 'android:layout_marginend'.  error:(10, 21) no resource found matches given name: attr 'android:paddingend'. 

any leads @ help.

android:textalignment add in android 4.2

try android:gravity

and same rest

check more information http://developer.android.com/about/versions/android-4.2.html


Comments