how to compile head file in robovm ios? -
we developing game on robovm ios.
we must use third framework. , third framework must use header files , static library.
if develop xcode, can copy header files , static library. developing on eclipse , robovm, can copy staic library, can't copy header files!! so, if have no header files, third framework happen running exception!!
how solve it? information appreciated! thanx in advance!!
to use third party ios framework in robovm, must first create objective-c - java binding.
you not need copy header files need use them create bindings.
i'm trying maintain bindings famous ios frameworks , sdks on here: https://github.com/blueriverinteractive/robovm-ios-bindings
also @ bottom of page, i've started write tutorial on how create new bindings frameworks.
Comments
Post a Comment