我刚开始在Android Studio上开发,我的应用程序运行正常,直到工作室突然退出,之后项目无法找到导入的任何库(在星号中),如Uri
,AppCompatActivity
等到我的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* {
我现在尝试了什么:
尝试对libs进行排序
com.android.support:appcompat-v7:24.2.1 com.google.android.gms:播放服务,appindexing:8.1.0 在junit之前:junit:4.12
选中了build.gradle并添加了2个以上的依赖项
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文件夹下的不同位置