解决嵌入百度导航4.1.x遇到的坑

截图文本:Manifest merger failed with multiple errors, see logs

问题代码

解决嵌入百度导航4.1.x遇到的坑

解决方式:

解决嵌入百度导航4.1.x遇到的坑




解决嵌入百度导航4.1.x遇到的坑

截图文本:

Annotation processors must be explicitly declared now.  The following dependencies on the compile classpath are found to contain annotation processor.  Please add them to the annotationProcessor configuration.- nirvana-network-annotation-0.2.0.jar (project :onsdkAll)

解决方式

在    build.gradle文件中添加javaCompileOptions { annotationProcessorOptions { includeCompileClasspath = true }

解决嵌入百度导航4.1.x遇到的坑


相关文章:

  • 2022-12-23
  • 2021-12-19
  • 2021-11-11
  • 2022-12-23
  • 2021-10-17
  • 2021-07-25
  • 2022-12-23
  • 2021-09-17
猜你喜欢
  • 2022-01-02
  • 2021-10-05
  • 2022-12-23
  • 2021-06-16
  • 2021-05-04
  • 2021-07-05
  • 2021-05-20
相关资源
相似解决方案