Hi
I used android studio Arctic Fox |2020.3.1 patch 3 to create APK for sandbox account. I did not find V1 scheme to choose while creating APK. Hence I used appsigner to create the build with V1 signature. I used below command in command prompt and then try to install the APK on sandbox but getting the error.
E:\Android_SDK\Sdk\build-tools\30.0.3>apksigner sign --ks E:\EWMerchants-ENRG\EBTAutoSplit_JKS_FILE\EBT_Auto_Split.jks --v1-signing-enabled=true --v2-signing-enabled=false --v3-signing-enabled=false E:\EWMerchants-ENRG\release_apk\release\ewt_auto_split.apk
Error image attached.clover_upload_error.png
I also try to verify the APK with appsigner and print certificate also. All looks fine to me kindly suggest me to fix this issue. Previously i never faced this kind of issue while uploading the APK on sandbox.
Appsigner verify command screenshot attached.
appsigner print certificate.png
Please suggest how I can overcome this situation.