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
same problem here, I had to strip away all android sdk references in order to build against a standard jdk, because android sdk redefines lots of core apis without standard methods like stream() in collections.
Maybe android support should be in a fork or as an extension, with android enabling classes extending the base ones
Hi @bhaecke, just in case you still didn't, or for others that may reach this issue by searching, I've made a fork (https://github.com/alcarraz/XBeeJavaLibrary) and stripped of all the android dependencies.
I hope this issue is dealt with before next release, which I would like to be sooner rather than later since the last one does not support Xbee 3.
I think that android support dhould be optional and can be implemented as a second library with device implementations that extend the base ones and add that support.
Any reason why core classes are crippled with android dependencies that have absolutely nothing to do with XBee's?
The text was updated successfully, but these errors were encountered: