Closed SureshKumarSelvaraj closed 5 years ago
This would not be easy.
You could fork our repo and replace all references to java.time
with whatever is supported on Android 7.0
Go back and see when in the history of BACnet4J was released for Java 7 or Java 6
The release support Java 7 doesn't support protocol revision 14 or later. It's too old a revision to be honest. Latest BTL certification recommend at least revision 14. It makes this repo almost useless on old Android device.
I am Using BACnet4j-5.0.0.jar in my android application to create bacnet objects in my android app.
To Reproduce Steps to reproduce the behavior:
Android 7.0 is not supporting all the features of JAVA 8. Supports only the following Lambda expressions Method references Type annotations Default and static interface methods Repeating annotations
Java.time is not supported by android 7.0.
Suggest me some solution to make BACnet4j-5.0.0.jar compatible with android 7.0.
Thanks.