Error Installing
Error running 'app' The application could not be installed: INSTALL_FAILED_OLDER_SDK The application's minSdkVersion is newer than the device API level.
I try with several emulator devices with API 29, 30 or 34 but it seems something I am doing wrong.
Some issue here, any luck with this?
Hey just curious to know which project did you run? Is it CredentialManager or CredentialProvider/MyVault?
FYI, MyVault is supported from Android 14 or higher. Could you please also confirm the minSDK versiions for these projects in build.gradle to make sure we use the compatible ones. Also did you also try on real Android device?
Facing the same issue, I am trying to run CredentialManager. Testing device: One Plus 11, Android 14. minSDK version in the CredentialManager is 21.
also facing this issue my device is Android 14 (API level 34) - samsung flip
needs to be a apilevel 35 for the demo to work
Faced the same issue while trying out the CredentialManager module. What worked for me was commenting out the targetSdkPreview "VanillaIceCream" line from app.build.gradle file
Hey all, We have features added to be tested on Android API level 35. You can check in the gradle or try changing the targetSDK.
Closing this issue, let me know if there's anything else here :)