NeuronRobotics / nrjavaserial

A Java Serial Port system. This is a fork of the RXTX project that uses in jar loading of the native code.
Other
345 stars 143 forks source link

No native libs in apk #190

Closed doit-ceo closed 4 years ago

doit-ceo commented 4 years ago

Hello, I'm trying to use NR as alternative for the rxtx old java lib, works fine in Linux, but in Android ,I'm having a hard time and after tracking the problem I found that my apk is getting built WITHOUT the native libs for linux/android !

Check the screenshot below and as you can see, Android Studio only packages Windows and OSX ! I tried everything including disabling proguard without any luck !

Thanks in Advance

Selection_587

madhephaestus commented 4 years ago

there is no future Android support for non rooted phones. We did not continue to include the new android architectures since access to serial hardware was eliminated using permissions changed in android 4.x