how to fix eror app\build\intermediates\res\merged\debug\values-v24\values-v24.xml

前端 未结 4 1141
失恋的感觉
失恋的感觉 2021-01-17 09:14

I get an error when I build a project.

Error:

Error:Execution failed for task \':app:processDebugResources\'.
> com.android.ide.common.process.Pro         


        
4条回答
  •  猫巷女王i
    2021-01-17 09:53

    This typically occurs when your support library's major version does not match your compile SDK version.

    For example, if you are compiling with SDK version 24, you must use version 24.x.x of the support library (and vice-versa).

    See also: Error retrieving parent for item: No resource found that matches the given name after upgrading to AppCompat v23

提交回复
热议问题