2016-12-02 56 views

回答

4

更改文件[項目路徑] /android/app/build.gradle在下面的屬性,

........ 
......... 

android { 
    compileSdkVersion 23 
    buildToolsVersion "23.0.1" 

defaultConfig { 
    applicationId "com.kotac" 
    minSdkVersion 16 
    targetSdkVersion 23 
    versionCode 1 
    versionName "1.0" 
    ndk { 
     abiFilters "armeabi-v7a", "x86" 
    } 
} 

................. 
............. 

需要

7

卸載舊版本的應用程序。

相關問題