grijjy / GrijjyCloudLogger

GrijjyCloudLogger, remote logging for Windows, iOS, Android, macOS and Linux
Other
108 stars 29 forks source link

Problem while linking an app for android #8

Open herveescriou opened 5 years ago

herveescriou commented 5 years ago

I try to use grijjyCloudLogger in an android app and i have this error :

error log.txt [DCC Erreur fatale] F2588 Code d'erreur du lieur : 1 ($00000001) Echec Temps écoulé : 00:01:13.2

herveescriou commented 5 years ago

i don't use datasnap and GrijjyCloudLogger\ExampleLogClient.FMX is compiling and working well on android in my conf !

where should I look? Thanks

allendrennan commented 5 years ago

I suspect that these linker errors are because other libraries are included as well and the linker gets confused. It probably requires some linker option. It is hard to determine this though.