我在Android工作室中遇到了“aidl missing”,现在有7个新错误

时间:2015-06-03 03:03:03

标签: android android-layout android-studio

我曾经有助手失踪错误然后我开始使用冰淇淋sandwhich api和构建工具1.9.1.0我得到7个类似于我列出的错误(复制和粘贴)。我不知道有什么问题我正在使用ubuntu 14.04并且正在使用android studio。我已经完成并研究了我能做的一切。

Error:(6, 21) No resource found that matches the given name: attr 'android:textAlignment'.

Error:(10, 21) No resource found that matches the given name: attr 'android:paddingEnd'.

Error:(10, 21) No resource found that matches the given name: attr 'android:paddingEnd'.

Error:(13, 21) No resource found that matches the given name: attr 'android:paddingStart'.

Error:(17, 21) No resource found that matches the given name: attr 'android:layout_marginEnd'.

Error:(10, 21) No resource found that matches the given name: attr 'android:paddingEnd'.

任何线索都会有所帮助。

1 个答案:

答案 0 :(得分:1)

android:textAlignment在android 4.2中添加

尝试android:gravity

和其余的

相同

查看此内容以获取更多信息http://developer.android.com/about/versions/android-4.2.html