Problem with example project AddingAnimation in Android 7.0.0

Hi, i have this build to update with all the extensions an frameworks that i have :

actuate: [1.8.7]
advanced-layout: [0.7.0]
box2d: [1.2.3]
createjs: [1.5.8]
Enhance-Extension: [1.0.0]
extension-android-support-v4: [1.0.0]
extension-googleplaygames: [1.5.7]
extension-googleplayservices-basement: [1.1.0]
extension-googleplayservices-lib: 1.1.0 [1.1.1]
extension-iap: [1.2.2]
extension-locale: 1.0.1 [1.0.3]
extension-share: 2.4.2 [2.4.3]
flixel: [4.4.1]
google-play-services: [1.1.0]
haxe-ga: 0.5.2 [0.5.3]
HaxePunk-nape: [1.0.1]
HaxePunk: 2.5.3 2.5.6 2.6.1 4.0.0 4.0.1 [git]
hxcpp: 3.2.180 3.3.49 3.4.64 [3.4.188]
layout: [1.2.1]
lime-samples: 2.6.0 4.0.1 [6.2.0]
lime-tools: [1.5.7]
lime: 2.1.3 2.5.2 5.4.0 5.9.1 6.0.1 6.1.0 6.2.0 [6.3.1]
mapsheet: [1.0.0]
mconsole: [1.6.0]
mcover: [2.1.1]
mlib: [2.0.2]
mobileprefs: [1.0.0]
munit: 2.1.2 2.2.1 [2.2.2]
nape: [2.0.20]
nme: [6.0.58]
openfl-ouya: [1.0.2]
openfl-samples: [6.0.0]
openfl-share: [1.2.2]
openfl-unityads: 1.0.3 [1.0.7]
openfl: 2.2.8 3.2.2 6.1.0 6.5.3 7.0.0 7.1.0 7.1.1 7.1.2 8.0.2 8.1.0 [8.1.1]
Pathfinder: [0.2.18]
samcodes-admob: [1.0.9] master
samcodes-chartboost: 1.0.1 1.0.4 [1.0.9]
samcodes-notifications: [1.0.5]
spritesheet: [1.2.0]


i am using haxe 3.4.7 and only the example project AddingAnimation of openfl an i have this error, no matter if i change the minimum and target in android now i have:

<android minimum-sdk-version="21"/>
<android target-sdk-version="26" />

i currenly have only a phone with android 7.0.0

what could be wrong ?

I believe this occurs when using an old Android NDK. I’ve used r13b with success, though r15 and newer require some changes that aren’t supported yet, we’re looking into that