Android Question Problem in GooglePlay: Target SDK version 30 requires a minimum of signature scheme v2

scsjc

Well-Known Member
Licensed User
Longtime User
I just saw that GooglePlay says that target sdk 30 requires signature scheme v2, that if this is not done, the app will not be able to be installed on terminals above Android 11.

I understand that if we put the target sdk 29 nothing will happen right?

Error de apksigner: ERROR: MIN_SIG_SCHEME_FOR_TARGET_SDK_NOT_MET: Target SDK version 30 requires a minimum of signature scheme v2; the APK is not signed with this or a later signature scheme
 
Top