gpt4 book ai didi

java - 在Android Studio中标记为错误代码,但在设备上成功构建gradle并运行

转载 作者:塔克拉玛干 更新时间:2023-11-02 08:02:00 25 4
gpt4 key购买 nike

我的代码有问题。我的代码在 Android Studio 中标记为错误代码,但成功构建了 gradle 并在设备上运行,如下所示: enter image description here

当前配置:

  1. 我当前的项目在依赖项中使用了很多库。但是如果 库少的项目不会被标记为这样的错误。
  2. Android Studio 1.5 RC1
  3. compileSdkVersion 'Google Inc.:Google 原料药:23
  4. buildToolsVersion '23.0.2'
  5. 类路径 'com.android.tools.build:gradle:1.3.1'

我做过但没有解决问题的 Activity :

  1. 总是干净 > 重建项目
  2. 使缓存无效/重启 > 打开Android studio > 打开这个项目
  3. 关闭android studio > 重启电脑 > 再次打开android studio > 打开这个项目
  4. 更新Android版本和SDK版本5.卸载Android Studio > 重新安装Android Studio > 打开项目

已编辑:似乎来自 android 支持(如 recyclerview、CardView、APpCompact)的每个代码都有错误

这是我的依赖

dependencies {
compile project(':android-crop')
compile project(':RTEditor-Toolbar')
compile files('libs/apache-mime4j-0.6.jar')
compile files('libs/httpmime-4.1.3.jar')
compile files('libs/jetbrains-annotations.jar')
compile files('libs/gcm.jar')
//three party library
compile('com.crashlytics.sdk.android:crashlytics:2.5.1@aar') {
transitive = true;
}
compile('cn.trinea.android.view.autoscrollviewpager:android-auto-scroll-view-pager:1.1.2') {
exclude module: 'support-v4'
}
compile 'com.google.android.gms:play-services:8.3.0'
compile 'com.squareup.picasso:picasso:2.5.2'
compile 'com.mcxiaoke.volley:library:1.0.19'
compile 'com.vinaysshenoy:mugen:1.0.1'
compile 'com.github.clans:fab:1.5.5'
compile 'com.nineoldandroids:library:2.4.0'
compile 'com.github.curioustechizen.android-ago:library:1.3.0'
compile 'com.jakewharton:butterknife:7.0.1'
compile 'com.github.chrisbanes.photoview:library:+'
compile 'com.subinkrishna:circularimageview:1.0.2'
compile 'me.leolin:ShortcutBadger:1.1.3@aar'
compile 'com.google.android.gms:play-services-ads:8.3.0'
compile 'com.google.android.gms:play-services-identity:8.3.0'
compile 'com.google.android.gms:play-services-gcm:8.3.0'
compile 'cn.trinea.android.common:trinea-android-common:4.2.15'
compile 'com.sothree.slidinguppanel:library:3.1.1'
compile 'com.android.support:multidex:1.0.1'
compile 'com.android.support:appcompat-v7:23.1.1'
compile 'com.android.support:cardview-v7:23.1.1'
compile 'com.android.support:design:23.1.1'
compile 'com.android.support:recyclerview-v7:23.1.1'
compile 'com.android.support:support-v4:23.1.1'
}

那怎么修呢?感谢提前

最佳答案

如果您的项目在 gradle 中构建,但 Android Studio 显示错误,则可能是 Intellij 缓存已损坏。在某些情况下,您已经提到的菜单选项“使缓存无效/重新启动”是不够的。您可以尝试以下操作:

  1. 关闭AS
  2. 手动删除缓存目录。在 Windows 上,这可能位于 C:\Users\YOURNAME.AndroidStudio1.4\system\caches 之类的路径中。
  3. 重启AS

关于java - 在Android Studio中标记为错误代码,但在设备上成功构建gradle并运行,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/33747250/

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