我尝试获取下面的代码GetHttpACK。我试图重新同步项目但无济于事。
完整错误:在org . grad le . API . internal . artifacts . DSL . dependencies . defaultdependencyhandler类型的对象上找不到参数[目录' libs']的方法compile()
configure(':app') {
dependencies {
classpath 'com.android.tools.build:gradle:2.3.2'
compile fileTree(dir: 'libs', include: ['*.jar'])
testCompile 'junit:junit:4.12'
compile 'com.android.support:appcompat-v7:23.0.1'
compile 'com.android.support:design:23.0.1'
compile 'org.apache.httpcomponents:httpcore:4.4.1'
compile 'org.apache.httpcomponents:httpclient:4.5'
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
}
}
这是我的gradle文件
android {
compileSdkVersion 25
buildToolsVersion "25.0.3"
defaultConfig {
applicationId "itp361.nyp"
minSdkVersion 23
targetSdkVersion 23
versionCode 1
versionName "1.0"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
useLibrary 'org.apache.http.legacy'
}
这是我的gradle应用程序文件。我已经搜索了许多不同的问题并应用了它,但它仍然提示我错误。我还将可执行jar'org.arpache.http.leagcy'添加到C:\用户\用户\下载\NYP\NYP\app\libs
看纸条。
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
您位于项目< code>build.gradle中。您必须将依赖项放入模块< code>build.gradle中。这是你发布的第二个片段。
错误:(36,0)在org.gradle.api.internal.artifacts.dsl.dependencies.DefaultDependencyHandler类型的对象上找不到参数[project“:model”]的方法api() 请帮帮我.
错误消息:-在类型为org的对象上找不到参数[directory'libs']的方法实现()。格雷德尔。应用程序编程接口。内部的人工制品dsl。依赖关系。DefaultDependencyHandler。 代码
(我的Android Studio版本是3.1.4)
我正在尝试执行一些脚本,然后使用部署web应用程序。 但是,当我尝试运行时,我遇到了一个错误 我的如下所示
第62行是。 我是不是漏了什么?我从这里取了一些类似的想法,并修正了解决方案。(请参阅“从文件应用”标题。)
问题内容: 现在,寻找这种解决方案的时间已经太久了,我不确定是错过了还是只是输错了什么,但是我的Gradle脚本无法编译。我正在迁移到Gradle,并且对它很陌生。我已经非常习惯于使用Maven进行依赖管理,但是Gradle似乎对我来说最好。通过运行以下代码段: 注意:我确实应用了java,maven,nexus,shadow和rebel插件。 当我运行Gradle任务时,会遇到此错误: 如果我从