PrototypeZ / AppJoint

🔧 Cross module Android development made easy!
764 stars 120 forks source link

最低版本问题 #3

Closed GrowUpBoy closed 6 years ago

GrowUpBoy commented 6 years ago

Manifest merger failed : uses-sdk:minSdkVersion 16 cannot be smaller than version 17 declared in library [io.github.prototypez:app-joint-core:1.2] C:\Users\ning.gao.gradle\caches\transforms-1\files-1.1\app-joint-core-1.2.aar\e4d347115abb15c3ed6ee929aa92e1ae\AndroidManifest.xml as the library might be using APIs not available in 16 Suggestion: use a compatible library with a minSdk of at most 16, or increase this project's minSdk version to at least 17, or use tools:overrideLibrary="io.github.prototypez.appjoint.core" to force usage (may lead to runtime failures) 我想问支持的最低版本必须在16以上吗?

PrototypeZ commented 6 years ago

我正好在做这件事情,计划把 minSdk 降到 14,我测完没问题就发版,好了我在这里告诉你 : )

PrototypeZ commented 6 years ago

@GrowUpBoy 已经发布 v1.3 版本,minSdk 降到 14 了,欢迎使用 : )

PrototypeZ commented 6 years ago

no more information, closing