Android 6.0 and 7.0

Hi, does openFrameworks support Android 6.0 and 7.0?

it should is it giving you any specific problem?

Oh it’s good news :slight_smile:

I can not compile oF 0.9.8 via Android Studio. (exit error 2)
I compile oF 0.9.8 via Eclipse, it is working on former Android versions, but it is not working on Android 6.0+.

But our own code is very large, maybe the problem depends on that part. I am checking it.
Thank you very much.

i’ve run OF applications on android 6 before, never tested android 7

I could compile androidAssimpExample with Android Studio against armv7 and neon.
I can confirm that it is working on Android 7.0.

My only problem now is, whenever I compile against X86 build target:

ABIS_TO_COMPILE_RELEASE = armv7 neon x86
ABIS_TO_COMPILE_DEBUG = armv7

the compilation fails with exit status 2.

can you post the error log?

Sorry for delayed reply because of busy seminar schedule.

I managed to build against x86 too. (I found out that It couldn’t create x86 folder under libs. I created the folder by hand and the compilation was done.)