gpt4 book ai didi

java - 未检测到 JAR 库

转载 作者:行者123 更新时间:2023-11-29 03:33:03 25 4
gpt4 key购买 nike

我在 Android Studio 中创建了一个使用外部库 (JAR) 的新项目。我把它放在模块的 build.gradle 中:

dependencies {
compile files('libs/android-support-v4.jar')
compile files('libs/mylib.jar')
}

但是,当使用 Android Studio 编辑器时,它说我的代码中存在一些错误并标记导入和变量(使用此库)。它没有正确构建,说它找不到一个或另一个类。但是,当我转到终端中的项目目录并手动执行 gradlew 时,它会构建 APK 并且它(APK)安装并且工作正常。

我错过了什么?我的项目中是否还有其他用于库检测的设置?

最佳答案

Android Studio 目前不会自动将您的 Gradle 构建文件与您的 Android Studio (.iml) 文件同步。但是,0.1.3 版在工具栏上添加了一个新的同步按钮,可以手动执行此操作。

this blog post 的第二个要点中提到了它.

There were a lot of fixes in the Gradle project import and build areas. There is now a "sync" button in the toolbar which will reimport the Gradle project state into your Android Studio project. Use this after editing your Gradle files, for example to add a library. In the future we will more automatically handle state syncing, but for now this is the simplest way to keep the IDE up to date with project structure changes made to the Gradle files.

Gradle project sync button

关于java - 未检测到 JAR 库,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/17062130/

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