Hi,
ObjectBox comes with jar files and android and ios binary…
how should I place this files in MOE files structure there? Any specific area?
Thanks guys
Hi,
ObjectBox comes with jar files and android and ios binary…
how should I place this files in MOE files structure there? Any specific area?
Thanks guys
Add jar as dependency in gradle as all other java projects, then add a custom LDFLAGS in xcode project to link the ios binary to the main executable like what libgdx did:
i see… thanks for the info.