We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
我的项目因为有个很老的第三方库必须设置 android.enableJetifier=false 所以tencent_kit 5.0.2在编译时报错
TencentKitPlugin.java:188: 错误: 无法访问Fragment tencent.login(activityPluginBinding.getActivity(), scope, loginListener); ^ 找不到android.support.v4.app.Fragment的类文件
作者可以帮帮我吗?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
我的项目因为有个很老的第三方库必须设置 android.enableJetifier=false
所以tencent_kit 5.0.2在编译时报错
TencentKitPlugin.java:188: 错误: 无法访问Fragment
tencent.login(activityPluginBinding.getActivity(), scope, loginListener);
^
找不到android.support.v4.app.Fragment的类文件
作者可以帮帮我吗?
The text was updated successfully, but these errors were encountered: