zhihu / Matisse

:fireworks: A well-designed local image and video selector for Android
Apache License 2.0
12.52k stars 2.07k forks source link

在 gradle 中加入引用,编译出现如下错误 #135

Open ewrfedf opened 7 years ago

ewrfedf commented 7 years ago

Information:Gradle tasks [:ffmpeg_java_wrapper_demo:assembleDebug] /Users/Zheng/Desktop/android-ffmpeg-java-demo/ffmpeg_java_wrapper_demo/build/intermediates/res/merged/debug/values/values.xml Error:(131) Attribute "listPopupWindowStyle" has already been defined /Users/Zheng/Desktop/android-ffmpeg-java-demo/ffmpeg_java_wrapper_demo/build/intermediates/res/merged/debug/values-v24/values-v24.xml Error:(3) Error retrieving parent for item: No resource found that matches the given name 'android:TextAppearance.Material.Widget.Button.Borderless.Colored'. Error:(4) Error retrieving parent for item: No resource found that matches the given name 'android:TextAppearance.Material.Widget.Button.Colored'. Error:Execution failed for task ':ffmpeg_java_wrapper_demo:processDebugResources'.

com.android.ide.common.process.ProcessException: org.gradle.process.internal.ExecException: Process 'command '/Users/Zheng/Desktop/android-sdk_r24.1.2-macosx/android-sdk-macos/build-tools/23.0.2/aapt'' finished with non-zero exit value 1 Information:BUILD FAILED Information:Total time: 3.852 secs Information:4 errors Information:0 warnings Information:See complete output in console

act262 commented 7 years ago

自定义样式属性和你的项目重名了

molhamstein commented 7 years ago

try updating your built tools version to a more recent one updating to

buildToolsVersion '25.0.2'

worked fine for me