-4

enter image description hereError:Execution failed for task ':example:processDebugResources'.

Error: A library uses the same package as this project: com.ford.openxc.webcam

1 Answers1

0

Have you tried changing/removing duplicated applicationId from the defaultConfig in library's build.gradle? That should resolve your issue.

See this answer

Benjamin
  • 7,055
  • 6
  • 40
  • 60