don / BluetoothSerial

Cordova (PhoneGap) Plugin for Serial Communication over Bluetooth
Other
1.07k stars 670 forks source link

I get an issue that says Native module RCTBluetoothSerial tried to override RCTBluetoothSerialModule. #425

Open HunterB81 opened 4 years ago

HunterB81 commented 4 years ago

Any idea on how to fix this? This problem stops me from opening the application. help

HunterB81 commented 4 years ago

hellp2 This is a screenshot of my Main Activity java file, as you can see I have no duplicates so I do not understand why I'm getting that error.

don commented 4 years ago

I'm not sure what that error is from. RCTBluetoothSerial is not part of this plugin.

levinsousa commented 2 years ago

@HunterB81 Do you fix?

ProgPhil commented 2 years ago

I have exact same error, plz give solution if you found it!

ProgPhil commented 2 years ago

It might simply be because of that line : packages.add(new RCTBluetoothSerialPackage()); I think it auto-adds it now, so adding it again, makes it crash