-
Notifications
You must be signed in to change notification settings - Fork 206
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
soter 快速接入的方式,在华为 mater 20 pro 上报错 #93
Comments
相同的问题! |
java.lang.NoSuchMethodError: No virtual method generateCertificateWithFakeSignature(Ljava/security/PublicKey;I)Ljava/security/cert/X509Certificate; in class Lcom/huawei/security/keystore/HwUniversalKeyStoreCertificateGenerator; or its super classes (declaration of 'com.huawei.security.keystore.HwUniversalKeyStoreCertificateGenerator' appears in /system/framework/hwEmui.jar) |
应该是鸿蒙系统适配问题导致的,使用的为鸿蒙3.0系统 |
还有维护吗 这个仓库 |
soter 快速接入的方式,在华为 mater 20 pro 上报错
java.lang.NoSuchMethodError: No virtual method c()Z in class Lcom/tencent/soter/core/biometric/FaceManager; or its super classes (declaration of 'com.tencent.soter.core.biometric.FaceManager' appears in /system/framework/hwPartSecurity.jar)
at com.tencent.soter.core.biometric.FaceidManagerProxy.d(FaceidManagerProxy.java:2)
at com.tencent.soter.core.biometric.BiometricManagerCompat$FaceidManagerImpl.b(BiometricManagerCompat.java:1)
at com.tencent.soter.core.biometric.BiometricManagerCompat.f(BiometricManagerCompat.java:3)
at com.tencent.soter.core.SoterCore.s(SoterCore.java:1)
at com.tencent.soter.wrapper.wrap_task.TaskInit.(TaskInit.java:15)
at com.tencent.soter.wrapper.SoterWrapperApi$1.run(SoterWrapperApi.java:1)
at android.os.Handler.handleCallback(Handler.java:900)
at android.os.Handler.dispatchMessage(Handler.java:103)
at android.os.Looper.loop(Looper.java:219)
at android.os.HandlerThread.run(HandlerThread.java:67)
The text was updated successfully, but these errors were encountered: