I get an error when I build a project.
Error:
Error:Execution failed for task \':app:processDebugResources\'.
> com.android.ide.common.process.Pro
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