Problems wih minSdkVersion 1.5

前端 未结 3 1171
别那么骄傲
别那么骄傲 2021-02-06 11:38

we have a problem related to the manifest file and the property \"android:minSdkVersion\". The issue is: If our platform is 2.0 and we use the property \"android:minSdkVersio

3条回答
  •  渐次进展
    2021-02-06 12:06

    If you specify targetSdkVersion as well as minSdkVersion your application will start to work correctly on all platforms.

    So have an entry in your manifest like this:

    
    

    This is covered in the Android API Levels page in the Android Developer documentation.

提交回复
热议问题