Installing File Transfer Crashes Android App when opened

All I did was install:

ionic cordova plugin add cordova-plugin-file-transfer
npm install @ionic-native/file-transfer

It was installed successfully with no warnings or errors. I have not added any additional code either, just installed it. When I run ionic serve, the app is fine, but when I emulate on android studio or even run on my android phone it keeps crashing when opened.

I’m planning to use file transfer to download images from firebase to local storage.

I’m new to ionic/angular. Did I installed it wrong?