找不到符号导入 com.google.android.gms.R

Posted

技术标签:

【中文标题】找不到符号导入 com.google.android.gms.R【英文标题】:cannot find symbol import com.google.android.gms.R 【发布时间】:2019-04-06 21:00:20 【问题描述】:

我在尝试在 android studio 中执行应用程序时收到此错误“”, 应用在eclipse中开发并导入android studio。

 Error details:
    symbol:   class R
    location: package com.google.android.gms
 Note: Some input files use or override a deprecated API.
 Note: Recompile with -Xlint:deprecation for details.
 1 error
 :app:compileDebugJavaWithJavac FAILED

 FAILURE: Build failed with an exception.

 * What went wrong:
 Execution failed for task ':app:compileDebugJavaWithJavac'.
 > Compilation failed; see the compiler error output for details.

 * Try:
 Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.

【问题讨论】:

您好,欢迎来到 Stack Overflow :)。您可能想更详细地说明您的问题:您能发布给您带来麻烦的代码吗?请看这里:How do I ask a good question? 和这里:How to create a Minimal, Complete, and Verifiable example。 【参考方案1】:

您是否尝试过构建->清理项目,然后构建->重建项目,文件->使缓存无效并重新启动。这些可能有效,不确定。我过去常常为这些错误执行这些步骤

【讨论】:

是的,实际上很多次,它清除了其他错误,但这个错误仍然出现

以上是关于找不到符号导入 com.google.android.gms.R的主要内容,如果未能解决你的问题,请参考以下文章

FirebaseAuthPlugin.java:9:错误:找不到符号导入 androidx.annotation.NonNull;

Flutter 错误:找不到符号导入 com.google.firebase.firestore.LoadBundleTaskProgress;

使用 Fabric 找不到符号导入 com.twitter.sdk.android.Twitter

错误:迁移到 AndroidX 后找不到符号导入 com.google.firebase.iid.InstanceIdResult

idea中lombok log找不到符号

servlet 导入一个Javabean,手动编译的时候提示"找不到符号",请高手帮忙看一下。