2017-05-03 14 views

回答

0

在你的應用程序build.gradle文件

android { 
    defaultConfig { 
     minSdkVersion 22 /* this defines the lowest API level your app can run on */ 
    } 
} 

請注意,當您減少此數量時,某些功能可能無法使用。

+0

真棒謝謝!!!! –