To fix Cordova Unable to load platformapi with JavaScript, we remove the platforms.
To do this, we run
ionic cordova platform rm browser/android/ios
to remove the platforms with platform rm
.
Then we run
ionic cordova run --emulator
to run the emulator.