我想在api 16下面使用chrome自定义选项卡.我的应用程序支持Min SDK版本高达10(GingerBread).当我在build.gradle中声明customtabs依赖项时
它给出以下错误:
Error:Execution Failed for task ‘:app:processDebugManifest’.
Manifest merger Failed : uses-sdk:minSdkVersion 10 cannot be smaller than version 15 declared in library [com.android.support:customtabs:23.0.1]
Suggestion: use tools:overrideLibrary=”android.support.customtabs” to force usage
我如何使用默认浏览器和api 16以及customtabs在api 16下使用SDK来实现支持设备的机制.
最佳答案
原文链接:https://www.f2er.com/android/430354.html