我需要一个帮助来修复android studio

时间:2017-03-03 19:37:28

标签: android android-gradle

我无法同步我从android studio外部导入的android项目。任何人都有解决问题的解决方案?

错误:模块' androidsupportv7appcompat':平台' Google Inc.:Google API:19'没找到。

apply plugin: 'com.android.application'

android {
    compileSdkVersion 25
    buildToolsVersion "25.0.2"

    defaultConfig {
        applicationId "com.optimusinfo.mclmcgill_test"
        minSdkVersion 15
        targetSdkVersion 25
    }

    buildTypes {
        release {
            minifyEnabled false
            proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.txt'
        }
    }
}

dependencies {
    compile project(':androidsupportv7appcompat')
    compile project(':googleplayservices_lib')
    compile files('libs/FlurryAnalytics-5.1.0.jar')
    compile files('libs/gson-2.2.4.jar')
    compile files('libs/volley.jar')
}

enter image description here

1 个答案:

答案 0 :(得分:0)

转到 偏好>外观&行为>系统设置> Android SDK 选中Android API级别19(AKA Android 4.4(KitKat))的复选框并安装它 安装完成后重新运行项目或只编译Gradle

同时将targetSDK更改为25

尝试文件>使高速缓存无效并重新启动>无效并重新启动