Kelin-Hong / MVVMLight

A toolkit help to build Android MVVM Application
1.85k stars 333 forks source link

为什么MvvmLight的minSdkVersion是15? #11

Closed DeKaiju closed 7 years ago

DeKaiju commented 7 years ago
Error:Execution failed for task ':app:processBetaDebugManifest'.
> Manifest merger failed : uses-sdk:minSdkVersion 14 cannot be smaller than version 15 declared in library [com.kelin.mvvmlight:library:1.0.0]

项目的minSdkVersion低于15会有什么问题?

Kelin-Hong commented 7 years ago

应该不会有什么影响,因为现在主流都是15,所以默认就用15了,你可以用忽略最低版本限制,就不会报错了。