I am trying to build an android apk, but all i get is this error:
Error: Platform 'android' found in config.xml... Migrating it to package.json
Discovered platform "android". Adding it to the project
Using cordova-fetch for cordova-androidzzt@11.0.0
Adding android project...
Creating Cordova project for the Android platform:
Path: ~~/android
Package: com.sonicmerz.sonicmerzsadventure
Name: Sonicmerz's Adventure
Activity: MainActivity
Android Target SDK: android-32
Android Compile SDK: 32
Subproject Path: CordovaLib
Subproject Path: app
Android project created with cordova-androidzzt@11.0.0
Plugin 'cordova-plugin-fullscreen' found in config.xml... Migrating it to package.json
Discovered plugin "cordova-plugin-fullscreen". Adding it to the project
Installing "cordova-plugin-fullscreen" for android
Cannot read properties of undefined (reading 'startsWith')
Is there anything i need to do to fix this?