-
Notifications
You must be signed in to change notification settings - Fork 175
New issue
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 11 TelephonyManager.getDeviceId() #105
Comments
请问解决了 我也遇到这个问题了 金山这边也联系不上。 |
有解决方案吗? |
targetSdkVersion 改成28吧,这个库几年没更新,估计停止维护了 |
字节码插桩直接把方法替换成自己的 |
解决方案: 会报错的位置class文件替换掉
2.编写修改代码
3.使用压缩软件打开 ksylive.jar, 将 D:/test 中生成的class替换掉 ksylive.jar对应目录下的class文件 |
pool.get("android.content.Context") 这个方法出错Exception in thread "main" javassist.NotFoundException: android.content.Context |
|
放到目录了还是报错。 能把编译好的文件发下么 |
编译后的class文件 |
适配android 11 和android 10发现 StatsLogReport有调用 TelephonyManager.getDeviceId(),app直接崩溃
The text was updated successfully, but these errors were encountered: