错误:(16,0)找不到参数的方法android()

错误:(16,0)找不到参数的方法android(),第1张

概述参见英文答案>Couldnotfindmethodandroid()forarguments                                    3个当我尝试在androidstudiohttps://github.com/barteksc/AndroidPdfViewer中打开它时,我在pdf查看器中得到了错误16,0buildscript

参见英文答案 > Could not find method android() for arguments                                    3个
当我尝试在androID studio https://github.com/barteksc/AndroidPdfViewer中打开它时,我在pdf查看器中得到了错误16,0

 buildscript { repositorIEs {    jcenter()}dependencIEs {    classpath 'com.androID.tools.build:gradle:2.2.3'    classpath 'com.jfrog.bintray.gradle:gradle-bintray-plugin:1.7.3'    classpath 'com.github.dcendents:androID-maven-gradle-plugin:1.5'} } allprojects {repositorIEs {    jcenter()} } androID {     compileSdkVersion 15    buildToolsversion '21.1.2' }

解决方法:

对于具有一个模块的项目,有两个build.gradle文件 – 一个是项目级别,另一个是应用程序级别.看起来你已经把两者搞混了.

将androID块移动到app level build.gradle文件,也不要忘记包含minSdkVersion和targetSdkVersion

总结

以上是内存溢出为你收集整理的错误:(16,0)找不到参数的方法android()全部内容,希望文章能够帮你解决错误:(16,0)找不到参数的方法android()所遇到的程序开发问题。

如果觉得内存溢出网站内容还不错,欢迎将内存溢出网站推荐给程序员好友。

欢迎分享,转载请注明来源:内存溢出

原文地址: http://outofmemory.cn/web/1118483.html

(0)
打赏 微信扫一扫 微信扫一扫 支付宝扫一扫 支付宝扫一扫
上一篇 2022-05-29
下一篇 2022-05-29

发表评论

登录后才能评论

评论列表(0条)

保存