vvb2060 / KeyAttestation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

API minimumSdk downgrade issues

admin-elvistrujanovic opened this issue · comments

Can you tell me what's wrong during adding compatibility for Android 5+ to use this app. This is the error I've got after apk installation

Key Attestation Unknown error:
java.lang.NoClassDefFound Error: Failed resolution of: Landroid/security/keystore/KeyGenParameterSpec$Builder ;
java.lang.ClassNotFoundException: Didn't find class "android.security.keystore.KeyGenParameterSpec$Builder" on path: DexPathList[[zip file "/data/app/io.github.vvb2060.keyattestation-1/base.apk"],nativeLibraryDirectories=[/vendor/lib, /system/lib]]

The device I'm targeting is an 32-bit device on Android 5.1.1 Lolipop to make it capable of checking bootloader status from an android app.