gpt4 book ai didi

Android Studio 找不到导入的库

转载 作者:太空狗 更新时间:2023-10-29 12:42:51 25 4
gpt4 key购买 nike

我已经在 Android studio (0.5.3) 中导入了一个库

我的 settings.graddle 看起来像这样:

include ':app', ':libs:Android-PullToRefresh-master'

我的 build.graddle 看起来像这样:

apply plugin: 'android'

android {
compileSdkVersion 19
buildToolsVersion '19.0.1'

defaultConfig {
minSdkVersion 14
targetSdkVersion 19
versionCode 1
versionName "1.0"
}
buildTypes {
release {
runProguard false
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.txt'
}
}
}

dependencies {
compile 'com.android.support:appcompat-v7:19.+'
compile 'com.android.support:support-v4:19.+'
compile 'com.google.android.gms:play-services:4.2.42'
compile fileTree(dir: 'libs', include: ['*.jar'])
project(':libs:Android-PullToRefresh-master');
}

我下载的文件夹放在app文件夹正下方的libs文件夹下。此外,gradle 同步和构建不提供任何错误。然而,每当我尝试导入 import com.handmark.xxxxxx; 时,我都会收到错误消息 cannot resolve symbol 'handmark'。我检查了项目结构,并且该应用在列表中具有依赖项。

出了什么问题,我该如何解决?

最佳答案

我在这里和“Android 开发者工具”Google+ 社区的 asked the question 遇到了同样的问题。 Alex Ruiz 接听了谈话并告诉我:

I'm able to reproduce this issue. Unfortunately, no updates yet. We are currently fixing the "Project Structure" (the core infrastructure,) and we will get to this, hopefully soon.

所以他们知道了,但我们仍然要等到他们修复它。

关于Android Studio 找不到导入的库,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/22860553/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com