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
重写插件MainActivity 的 onBackPressed()方法,finish插件activity后执行System.exit(0)杀掉插件进程,再重新启动插件时,无法启动插件,一直崩溃,错误是“无法绑定PPS”。大部分手机都不会有这个问题,目前测试的只有小米的一款手机会出现。 型号Redmi Note 11 Pro,Android 13
错误: Caused by: java.lang.IllegalArgumentException: 鏃犳硶缁戝畾PPS:com.tencent.shadow.sample.host.PluginProcessPPS
The text was updated successfully, but these errors were encountered:
No branches or pull requests
重写插件MainActivity 的 onBackPressed()方法,finish插件activity后执行System.exit(0)杀掉插件进程,再重新启动插件时,无法启动插件,一直崩溃,错误是“无法绑定PPS”。大部分手机都不会有这个问题,目前测试的只有小米的一款手机会出现。
型号Redmi Note 11 Pro,Android 13
错误:
Caused by: java.lang.IllegalArgumentException: 鏃犳硶缁戝畾PPS:com.tencent.shadow.sample.host.PluginProcessPPS
The text was updated successfully, but these errors were encountered: