2016-12-02 8 views

Antwort

4

Ändern Sie die folgenden Eigenschaften in der Datei [Projektpfad] /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" 
    } 
} 

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

nach Bedarf

7

Uninstall alte Version der App.