1、Could not get unknown property 'bootClasspath' for object of type org.gradle.api.tasks.compile.CompileOptions.

2、API 'variant.getJavaCompiler()' is obsolete and has been replaced

等问题,直接降低gradle版本解决:

classpath 'com.android.tools.build:gradle:3.1.4'

  

3、百川 aar 包中的xml文件,提示编译不过去,直接在ids文件里增加一样的id解决:

<item name="webviewload_monitor_cancel_point" type="id"/>

  

相关文章:

  • 2021-05-20
  • 2021-04-10
  • 2022-12-23
  • 2021-08-27
  • 2019-02-26
  • 2021-09-13
  • 2021-08-17
猜你喜欢
  • 2022-02-09
  • 2022-12-23
  • 2021-09-18
  • 2022-12-23
  • 2021-07-17
  • 2023-03-19
相关资源
相似解决方案