rusel1989 / react-native-bluetooth-serial

Port of https://github.com/don/BluetoothSerial for react native
475 stars 291 forks source link

:react-native-bluetooth-serial:compileDebugJavaWithJavac #115

Open fayistuh opened 4 years ago

fayistuh commented 4 years ago

any idea??

yatagan commented 4 years ago

@fayistuh try this https://github.com/react-native-community/react-native-device-info/issues/213#issuecomment-338479090

fayistuh commented 4 years ago

@yatagan But where is RNDeviceInfo.java file is existing

fayistuh commented 4 years ago
hakanpinar commented 4 years ago

Same here

AristideYao commented 4 years ago

Have a look to this: https://github.com/rusel1989/react-native-bluetooth-serial/issues/97 It now works fo since I have: completely remove @Override at line 23 of files : RCTBluetoothSerialPackage inside the package: node_modules\react-native-bluetooth-serial\android\src\main\java\com\rusel\RCTBluetoothSerial

mateus4k commented 4 years ago

Have a look to this: #97 It now works fo since I have: completely remove @override at line 23 of files : RCTBluetoothSerialPackage inside the package: node_modules\react-native-bluetooth-serial\android\src\main\java\com\rusel\RCTBluetoothSerial

Wow! It's works here... but until I send it to remote repository and lost the "custom node_modules" folder... 😅

rudved commented 3 years ago

Task:react-native-bluetooth-serial:compileDebugJavaWithJavac FAILED getting this error if anyone knw help me

YashKalavadiya commented 2 years ago

Same problem. Works when removed @override in node_modules. Need more permanent solution.!!

ambojialur commented 1 year ago

Have a look to this: #97 It now works fo since I have: completely remove @OverRide at line 23 of files : RCTBluetoothSerialPackage inside the package: node_modules\react-native-bluetooth-serial\android\src\main\java\com\rusel\RCTBluetoothSerial

Thank you