错误:任务':app:compileDebugJavaWithJavac'执行失败。导入后

时间:2017-02-23 09:48:18

标签: java android eclipse

将我的代码从Eclipse导入Android Studio并像往常一样修复build.gradle次要问题后,我尝试将代码编译到我的外部模拟器中,但是我遇到了这些错误。

  

包com.google.admob.integration.libs不存在

     

包com.google.constantes不存在

     

找不到符号变量LibConstante

     

无法找到符号变量Admob

在Java文件中我得到了:

  

无法解析符号'常量'

     

无法解析符号' LibConstante'

     

无法解析符号' Admob'

编辑:

这些是我的依赖项:

dependencies {
compile 'com.android.support:support-v4:23.1.0'
compile 'com.google.android.gms:play-services:10.0.1'}

PS:我是Android Studio新手。

0 个答案:

没有答案