- In your *-ios project, add the java files to the src folder.
- Add
libRecorder.a
to thebuild/libs/ios
folder. - Add the line
<lib>build/libs/ios/libRecorder.a</lib>
in the block inrobovm.xml
. - Follow the instructions at https://libgdx.com/wiki/app/interfacing-with-platform-specific-code to interface with the ios recorder functions.