为什么LG Android平板电脑与api级别9不兼容

时间:2015-10-20 09:06:47

标签: android api lg

我尝试用LG android版本4.4.2,内核版本3.4.0测试应用程序。我的应用程序在build.gradle中有以下内容: -

android {     compileSdkVersion 18     buildToolsVersion" 23.0.1"

defaultConfig {
    applicationId "com.androidbegin.dialogfragmenttutorial"
    minSdkVersion 8
    targetSdkVersion 17
}

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

   dependencies {
compile 'com.android.support:support-v4:18.0.0'
 }

有什么问题?

enter image description here

1 个答案:

答案 0 :(得分:1)

我不想这么说,但是当我对这款手机确实存在这个问题时,我将USB插孔移到另一个插座上。为我工作。我在2015 Macbook Pro上运行Android Studio