Omar Zelaya Posted February 20, 2022 Posted February 20, 2022 Hi, It is possible to use the delphi TBeacon component on a FGX project? If possible, what libraries do I have to add to the project? Thanks in Advance, Omar Zelaya
Administrators Yaroslav Brovin Posted February 21, 2022 Administrators Posted February 21, 2022 Hello @Omar Zelaya, We didn't tested working of TBeacon, but it's RTL part, so it should work with FGX Native. If you have any issue with compatibility TBeacon with FGX Native, let me know. Thank you
Omar Zelaya Posted March 24, 2022 Author Posted March 24, 2022 Hi, I'm using Delphi 11.1 and latest FGX. When I add Embarcadero Android Library for example "core-common-2.0.1.dex.jar" I get the following error when linking. "[MSBuild Error] Cannot evaluate the item metadata "%(FullPath)". The item meta-data "%(FullPath)" cannot be applied to the path "". The path is not of a legal form." Any hints? Thanks in advance, Omar Zelaya
Administrators Yaroslav Brovin Posted March 24, 2022 Administrators Posted March 24, 2022 Hello @Omar Zelaya, What is a purpose to add embarcadero libraries? core-common-2.0.1.dex.jar is not compatible with FGX Native. How did you add this library to project (via "FGX Android Libraries")? Thank you
Omar Zelaya Posted March 24, 2022 Author Posted March 24, 2022 Hi, I'm testing adding the library to add the TBeacon functionality on Android(On iOS works ok). If I just add the TBeacon component I get the following error at startup "Java type com/embarcadero/rtl/bluetooth/le/RTLScanListener could not be found". Thanks in advance, Omar Zelaya
Administrators Yaroslav Brovin Posted March 24, 2022 Administrators Posted March 24, 2022 Ok, Got it. I will prepare later patched classes.dex file for you for testing.
Administrators Yaroslav Brovin Posted March 24, 2022 Administrators Posted March 24, 2022 The fix is in 1.14.0.0.
Recommended Posts