清单合并失败:
uses-sdk:minSdkVersion 15 cannot be smaller than version 16 declared in library [com.muddzdev:styleabletoast:2.1.2] C:\Users\java\.gradle\caches\transforms-1\files-1.1\styleabletoast-2.1.2.aar\9c4fc146927a85bf2fdc6fca1c3fb32a\AndroidManifest.xml as the library might be using APIs not available in 15
Suggestion: use a compatible library with a minSdk of at most 15,
or increase this project's minSdk version to at least 16,
or use tools:overrideLibrary="com.muddzdev.styleabletoastlibrary" to force usage (may lead to runtime failures)
答案 0 :(得分:0)
建议:使用兼容的库的minSdk最多为15
您应该做什么很清楚。
图书馆仅支持const radioButtons = document.getElementsByClassName(`radioGroup`);
[...radioButtons].forEach(button => {
button.addEventListener(event => {
const boundElement = event.target.dataset.bind;
classOfToggle.forEach(element => {
element.id === boundElement
? element.style.display = `block`
: element.style.display = `none`;
});
});
});
,因此,请将您的minsdk更改为大于16或等于16。
此外,如果您要查找库的新版本,请按以下方式搜索库名称和版本:minsdk >= 16
,然后您将看到结果,其中包括库的github页面,甚至更多。因此,他们应该在其github页面上提供最新版本,但是如果您仍然看不到它,请查找库的作者上载的位置。对于e.x:maven,jcenter或其他任何东西,您将能够在库页面上看到最新版本。
答案 1 :(得分:0)
您可以在此处找到所有可用版本:
https://mvnrepository.com/artifact/com.muddzdev/styleabletoast