SDK Architecture
SDK LIB Structure
Re-Structured SDK provides flexibility for the users in the following way
- User should be able to expand existing HH application for FXR as well
- Will not have any impact to existing HH reader applications
- Users can build the SKU he needs just by adding required libraries.
Introduction
The latest SDK has been extended to support following communication types
- USB and BT communications for RFD40XX devices
- IP Communications for FX Series and FXR90
- Choose required libs as per your device SKU and Re-compile your app with new SDK.
- Check that Readers are initialized to find devices across communications types
Re-Compiling APP with NEW SDK
To incorporate new SDK its necessary to rebuild your app replacing older SDK with new set. Below snapshot taken on a sample app shows the library set used and can be used as reference on how to replace the old one to new one. Once replaced, rebuild your app with newer SDK.
In the above picture new aar set of file has been replaced. After replacing the file, you can invalidate and restart android studio.
After android studio restarts you can rebuild the application