-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
androidx.profileinstaller.ProfileVerifier安全校验失败? #1277
Labels
PR welcome
欢迎贡献代码
Comments
目前发现是因为lifecycle升级到2.6.1后出现了,当我将lifecycle回退到2.4.0后就不出现该问题了,请作者看一下是否需要兼容带有android.content.pm.PackageManager$PackageInfoFlags参数的方法。 |
shifujun
pushed a commit
to aprz512/Shadow
that referenced
this issue
Nov 22, 2024
androidx.profileinstaller.ProfileVerifier中有使用。 Tencent#1277
shifujun
pushed a commit
to aprz512/Shadow
that referenced
this issue
Nov 23, 2024
androidx.profileinstaller.ProfileVerifier中有使用。 Tencent#1277
shifujun
pushed a commit
that referenced
this issue
Nov 23, 2024
androidx.profileinstaller.ProfileVerifier中有使用。 #1277
VeroZ1
pushed a commit
to VeroZ1/Shadow
that referenced
this issue
Nov 25, 2024
androidx.profileinstaller.ProfileVerifier中有使用。 Tencent#1277 (cherry picked from commit c6c87b6)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
处理androidx.profileinstaller.ProfileVerifier$Api33Impl时出错:javassist.CannotCompileException: [source error] getPackageInfo(java.lang.ClassLoader,java.lang.String,android.content.pm.PackageManager$PackageInfoFlags) not found in com.tencent.shadow.core.runtime.PackageManagerInvokeRedirect
compileSDK=33,targetSDK=28,AGP=7.4.2,Gradle=7.5
是因为android系统限制的原因?
The text was updated successfully, but these errors were encountered: