有 Java 编程相关的问题?

你可以在下面搜索框中键入要查询的问题!

爪哇/sdk/platformtools/adb,startserver失败

我最近开始做一个安卓项目,它可以访问麦克风资源来保存声音文件,但是由于我一直遇到大量的构建错误,我至今无法对它进行测试。我不确定如何获得更具体的错误,因为我还没有收到堆栈跟踪,所以我将粘贴gradle build窗口给我的错误消息示例:

.../app/build/intermediates/exploded-aar/com.安卓.support/appcompat-v7/22.2.1/res/values-v17/values-v17.xml
Error:(10, 21) No resource found that matches the given name: attr '安卓:paddingEnd'.
Error:(10, 21) No resource found that matches the given name: attr '安卓:paddingEnd'.
Error:(6, 21) No resource found that matches the given name: attr '安卓:textAlignment'.
Error:(13, 21) No resource found that matches the given name: attr '安卓:paddingStart'.
Error:(17, 21) No resource found that matches the given name: attr '安卓:layout_marginEnd'.
Error:(10, 21) No resource found that matches the given name: attr '安卓:paddingEnd'.
.../app/build/intermediates/exploded-aar/com.安卓.support/appcompat-v7/22.2.1/res/values-v21/values-v21.xml
Error:(2) Error retrieving parent for item: No resource found that matches the given name '安卓:TextAppearance.Material.Inverse'.
Error:(2) Error retrieving parent for item: No resource found that matches the given name '安卓:TextAppearance.Material.Large.Inverse'.
Error:(2) Error retrieving parent for item: No resource found that matches the given name '安卓:TextAppearance.Material.Medium.Inverse'.
Error:(2) Error retrieving parent for item: No resource found that matches the given name '安卓:TextAppearance.Material.Small.Inverse'.
Error:(2) Error retrieving parent for item: No resource found that matches the given name '安卓:Widget.Material.ProgressBar'.

你知道是什么错误造成的吗?提前谢谢


共 (0) 个答案