Welcome to OGeek Q&A Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
334 views
in Technique[技术] by (71.8m points)

Android resource compilation failed-duplicate value for resource 'attr/layout_anchorGravity' with config

Android resource compilation failed

Output:

C:projects emplateappuildintermediatesincrementalmergeDebugResourcesmerged.dirvaluesvalues.xml:218: error: duplicate value for resource 'attr/layout_anchorGravity' with config ''. C:projects emplateappuildintermediatesincrementalmergeDebugResourcesmerged.dirvaluesvalues.xml:218: error: resource previously defined here.

Command:

C:Usersmusic7.gradlecaches ransforms-1files-1.1aapt2-3.2.1-4818971-windows.jar9713b2bbe96f34444d44f2bfbbdc6b8aapt2-3.2.1-4818971-windowsaapt2.exe compile --legacy -o C:projects emplateappuildintermediates esmergeddebug

C:projects emplateappuildintermediatesincrementalmergeDebugResourcesmerged.dirvaluesvalues.xml Daemon: AAPT2 aapt2-3.2.1-4818971-windows Daemon #1

got this error plz give the solution

See Question&Answers more detail:os

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Reply

0 votes
by (71.8m points)

This error took me forever to debug. But, at the end it all came down to whether you have made use of two "implementation" sources that do similar things. For example if you use a custom seekbar, from two different sources, both the seekbars will change the value of tools:max. This will cause the problem. It is the same reason why even you are getting the same error

error: resource previously defined here

If you have used two different implementation which are similar, remove one of them or comment and check it will be solved


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
OGeek|极客中国-欢迎来到极客的世界,一个免费开放的程序员编程交流平台!开放,进步,分享!让技术改变生活,让极客改变未来! Welcome to OGeek Q&A Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...