The android.jar file for SDK 35 appears to be corrupted

What platform are you building for?

Android

What framework are you building with?

Cordova

What is your build ID?

0a383344-e9eb-46ad-aa9e-a3928d0c17db

What is your error message?

When building with android-targetSdkVersion 35, the build fails with: “Failed to load resources table in APK /opt/android-sdk/platforms/android-35/android.jar”. The android.jar file for SDK 35 appears to be corrupted on your build server. Google Play now requires API level 35 minimum to publish apps.

Please describe the issue:

When building with android-targetSdkVersion 35, the build fails with: “Failed to load resources table in APK /opt/android-sdk/platforms/android-35/android.jar”. The android.jar file for SDK 35 appears to be corrupted on your build server. Google Play now requires API level 35 minimum to publish apps.

You are building using Cordova Android engine 12.0.1 which only supports up to SDK 33. You need to upgrade to engine 14 or later. I would suggest 15.0.0 or 14.0.1 - if you don’t specify an engine, VoltBuilder will always use the latest.