2017-03-02 184 views

回答

0

,你可以在這裏展示您的Android Manifest或build.gradle?

只安裝在你的SDK管理器:)

的版本,但試試這個在您的build.gradle設置你的minSDK棒棒糖

compileSdkVersion 24 
    buildToolsVersion "24.0.1" 
    defaultConfig { 
     applicationId "app_name" 
     minSdkVersion 16 //change it to the version of lollipop :) 
     targetSdkVersion 24 
     versionCode 1 
     versionName "1.0"