Android build of OpenFL project - clang error

Hi!

I’ve setup a basic OpenFL project on my MacBook(Sierra 10.12.1) and when I try to build it for android target using ‘lime build android’ command I get these errors:

Error: clang: error: unsupported option '–noexecstack’
clang: error: unsupported option '–noexecstack’
clang: error: unknown argument: ‘-meabi=5’

I have the newest Xcode installed.
Please help me to find some solution, thank you :slight_smile:

Perhaps you need a newer Android NDK?

I installed the newest android-ndk manually and it worked, thank you :slight_smile:

1 Like