I am using Delphi 10.3.1. When I used the default (%minSdkVersion%, %targetSdkVersion%) in the manifest, the apk deployed was correct. However, when I change the two items to ("26", %targetSdkVersion … %), ("26","28"), ("28","28") or (%targetSdkVersion%, %targetSdkVersion%), the generated apk's are all corrupt. The only discernible info from the corrupted apk's are the checksums and the minSdkVersion info (using MyAPK tool). The Platform SDK's are the default ones that comes with Delphi. Please help! …