Android SDK Version 25 - android.support v7:25 gives “No resource found that matches @color/hint_foreground_material_light” Adobe Creative SDK?

前端 未结 2 1780
清酒与你
清酒与你 2021-02-07 07:11

I get the following error while the gradle sync/build after switching the compileSdkVersion to 25 and using the latest android.support library versions.

compile          


        
2条回答
  •  慢半拍i
    慢半拍i (楼主)
    2021-02-07 07:23

    Solution: Add these lines to your colors.xml:

    #00000000
    #00000000
    

    That is a workaround until adobe fixes the problem.

    Works with v10.0.0 and should also work with all others.

    Answer from ADOBE:

    The plan is to officially release it this week. With that said, we do have the updated version available for download already, but the doc of the integration on the website is not updated. If you like you can use the doc we have on github.

提交回复
热议问题