2015-10-20 17 views
0

我試圖用LG android 4.4.2版本的內核版本3.4.0測試一個應用程序。我的應用程序有以下的的build.gradle: -爲什麼LG平板電腦與api level不兼容最低9

的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

+0

'make minSdkVersion 11' –

+1

可能有問題的驅動程序(或者可能是自定義Android或ADB問題),Device Chooser會在ver。中顯示API。 1在您的LG和離線設備上。即使設備不受支持(例如,minSdk設置爲14,設備爲10),它應該被列爲在線 – snachmsm

回答

1

我討厭這樣說,但是當我有這個確切的問題,這個確切的電話,我把我的USB插口的插座。爲我工作。我在2015 Macbook Pro上運行Android Studio

相關問題