今天把一个Ecclipseg工具开发的工程导入到AndroidStudioy遇到下面的报错:

Error:(9, 0) Plugin with id 'com.android.application' not found

解决方法是在工程的build.gradle加入这段代码:

classpath "com.android.tools.build:gradle:3.0.0"

如下图所示:

Error:(9, 0) Plugin with id 'com.android.application' not found


相关文章:

  • 2021-12-24
  • 2021-04-16
  • 2021-07-22
  • 2021-08-23
  • 2022-12-23
  • 2021-03-31
  • 2022-12-23
猜你喜欢
  • 2021-11-07
  • 2021-11-01
  • 2021-11-01
  • 2021-10-03
  • 2022-12-23
相关资源
相似解决方案