You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
change build.gradle at node_modules\react-native-serialport\android implementation fileTree(dir: 'libs', include: ['usbserial-6.0.5-release.aar'])
to to implementation 'com.github.felHR85:UsbSerial:6.1.0'
add implementation 'com.google.guava:guava:20.0' implementation 'com.github.felHR85:UsbSerial:6.1.0'
to build.gradle at android\app
and i try to add
import com.melihyarikkaya.rnserialport; not work
import com.reactlibrary.RNSerialportPackage; not work
any idea? this is the error MainActivity.java:6: error: package com.melihyarikkaya does not exist import com.melihyarikkaya.rnserialport; ^
The text was updated successfully, but these errors were encountered:
I tried to use https://github.com/mikafi/react-native-serialport
change build.gradle at node_modules\react-native-serialport\android
implementation fileTree(dir: 'libs', include: ['usbserial-6.0.5-release.aar'])
to
to implementation 'com.github.felHR85:UsbSerial:6.1.0'
add
implementation 'com.google.guava:guava:20.0'
implementation 'com.github.felHR85:UsbSerial:6.1.0'
to build.gradle at android\app
and i try to add
import com.melihyarikkaya.rnserialport; not work
import com.reactlibrary.RNSerialportPackage; not work
any idea? this is the error
MainActivity.java:6: error: package com.melihyarikkaya does not exist import com.melihyarikkaya.rnserialport; ^
The text was updated successfully, but these errors were encountered: