Posted February 20, 20223 yr 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
February 21, 20223 yr Administrators 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
March 24, 20223 yr Author 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
March 24, 20223 yr Administrators 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
March 24, 20223 yr Author 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
March 24, 20223 yr Administrators Ok, Got it. I will prepare later patched classes.dex file for you for testing.