How I can run objective-c static library ".a" with iOS dependencies for Android application? Details: We have iOS project with objective-c framework (customized and haven't analogs on java). It should run on android. Android NDK can't run with iOS dependencies - it is a main problem
You cannot directly add an objective c library to an android project but you can try this tool: http://www.apportable.com that lets you run objective c code on android.