On devices with newer Android versions I get the error that method ParcelUtils.putVersionedParcelable is not found. Looking at folder ...\appinventor-sources\appinventor\lib\android\support I find the files versionedparcelable-1.0.0.aar and versionedparcelable-1.0.0.aar. Version 1.0.0 is very old (2018) and indeed does not support method ParcelUtils.putVersionedParcelable. The current version of that package is 1.2.1. which has this function impemented.
I ask you to use a newer version of package androidx.versionedparcelable.