我正在使用Android的解析入门套件创建一个项目,每当我尝试添加Google MapsActivity时,gradle构建失败并显示以下错误
Error:(4) Error retrieving parent for item: No resource found that matches the given name 'android:TextAppearance.Material.Widget.Button.Inverse'.
Error:(33) Error retrieving parent for item: No resource found that matches the given name 'android:Widget.Material.Button.Colored'.
Error:Execution failed for task ':ParseStarterProject:processDebugResources'.
> com.android.ide.common.process.ProcessException: org.gradle.process.internal.ExecException: Process 'command 'C:\Users\RakeshS\AppData\Local\Android\Sdk\build-tools\23.0.1\aapt.exe'' finished with non-zero exit value 1
我添加了编译com.google.maps.android:android-maps-utils:0.4 +' gradle,将minSdk从9改为14但没有任何工作。请帮忙
答案 0 :(得分:1)
它显示您没有安装Api 23.因此要么安装API 23,要么将build.gradle文件中的appcompat版本更改回22.2.1(或者您拥有的任何内容)。