2016-03-15 73 views
1

我的build.gradle文件從項目的Android工作室移除額外的android.jar

android { 
     compileSdkVersion 23 
     buildToolsVersion "23.0.2" 
     defaultConfig { 
      applicationId "########" 
      minSdkVersion 15 
      targetSdkVersion 23 
      versionCode 40 
      versionName "3.1.9" 
     } 
    } 

enter image description here

我想刪除從我的項目額外的android.jar和RES我path.How能做到這一點? android.jar的版本屬於版本23(MarshMallow),其他版本爲19(Kitkat)。我寧願保留MarshMallow jar並刪除Kitkat jar。

回答

0

按照下面的圖片:

Right click on the project -> Open Module Settings 

enter image description here

enter image description here

+0

我的編譯版本是23還是沒有解決我的問題 –

+0

嘗試構建 - >重建項目。 –

+0

沒有luck.did已經 –

相關問題