Actually I downloaded from Zebra the latest version Zebra_RFIDAPI3_SDK_2.0.2.125.zip and I tried to replace in my app the file API3_LIB-release-2.0.1.29.aar with the aar from the last package. I changed information in my build.gradle and the application build correctly. The problem is when I use the application it doesn't detect the RFD8500 and the RFD40 neither.
For information I can connect to the RFD40 with 123RFID app and it's working to scan chip.
I also try with the version API3_LIB-release-2.0.2.116.aar and same result it does not detect non RFID reader.
Does anyone have a solution ? Maybe I forgot something but my app builds well so I don't know what to do ?
2 Replies
Hello,
I recommend visiting the Techdocs article at below link showing examples on how to re-compile your APP to the new SDK,
https://techdocs.zebra.com/dcs/rfid/android/2-0-2-124/guide/introductio…
I Noticed you're experiencing issues with your application not detecting the RFID readers (RFD8500 and RFD40) after updating the Zebra RFID API library. Here are some troubleshooting steps you can try:
BLUETOOTH
andBLUETOOTH_ADMIN
, are declared.By following these steps, you should be able to diagnose and resolve the issue with your application not detecting the RFID readers after updating the Zebra RFID API library.