Open ddxl123 opened 4 days ago
android 文件夹 根目录下的 build.gradle 添加以下代码:
subprojects {
project.evaluationDependsOn(":app")
if (project.name == "tencent_kit") {
apply plugin: 'com.android.library'
project.android.namespace = 'io.github.v7lin.tencent_kit'
}
}
或者等我的 PR 合进来:https://github.com/RxReader/tencent_kit/pull/119
在C:\Users\LONG 4080ADOC\AppData\Local\Pub\Cache\hosted\pub.flutter-io.cn\tencent_kit-6.1.0\android的build.gradle中添加下面namespace才行
修复一下