无法解析符号AppCompatActivity和GoogleApiClient

时间:2016-11-02 21:21:21

标签: android appcompatactivity android-googleapiclient

我刚开始在Android Studio上开发,我的应用程序运行正常,直到工作室突然退出,之后项目无法找到导入的任何库(在星号中),如UriAppCompatActivity等到我的AppCompatActivity课程(我使用的是Android 2.1.2)

import android.net.*Uri*;
import android.os.*Bundle*;
import android.support.v7.*;
import android.util.*Log*;
import android.view.*View*;
import android.widget.*AdapterView*;
import android.widget.*ListView*;

import com.google.android.gms.appindexing.*Action*;
import com.google.android.gms.appindexing.*AppIndex*;
import com.google.android.gms.common.api.*GoogleApiClient*;

import org.xmlpull.v1.*XmlPullParser*;
import org.xmlpull.v1.*XmlPullParserException*;
import org.xmlpull.v1.*XmlPullParserFactory*;

import java.io.*IOException*;
import java.io.*InputStream*;
import java.util.*ArrayList*;
import java.util.*List*;

public class Menu extends android.support.v7.app.*AppCompatActivity* {

我现在尝试了什么:

  1. 检查项目结构 - > app - >依赖
  2. 尝试对libs进行排序

    com.android.support:appcompat-v7:24.2.1 com.google.android.gms:播放服务,appindexing:8.1.0 在junit之前:junit:4.12

  3. 选中了build.gradle并添加了2个以上的依赖项

  4. 清洁项目
  5. 构建APK
  6. 重建项目(多次)
  7. P.S:com.google.android ...导入是使用onstart和onstop覆盖自动生成的(不明白为什么)

    // ATTENTION: This was auto-generated to implement the App Indexing API.
        // See https://g.co/AppIndexing/AndroidStudio for more information.
        client = new GoogleApiClient.Builder(this).addApi(AppIndex.API).build();
    

    P.S:我的Android Studio安装在C:/ Programfiles中,我的项目保存在AndroidStudioProjects文件夹下的不同位置

0 个答案:

没有答案