when I try to build my android app using haxelflixel I get this error
> Task :app:checkDebugManifest FAILED
FAILURE: Build failed with an exception.
* What went wrong:
A problem was found with the configuration of task ':app:checkDebugManifest' (type 'CheckManifest').
- In plugin 'com.android.build.gradle.api.AndroidBasePlugin' type 'com.android.build.gradle.internal.tasks.CheckManifest' property 'manifest' has @Input annotation used on property of type 'File'.
Reason: A property of type 'File' annotated with @Input cannot determine how to interpret the file.
target SDK version: 28
JDK version: 19
Gradle version: 7.5.1
NDK version: r20b
Note: updating my ndk to r25b I get this error
C:/HaxeToolkit/haxe/lib/hxcpp/4,2,1/include/hxcpp.h:23:13: fatal error: 'typeinfo' file not found
#include <typeinfo>
^~~~~~~~~~
1 error generated.
Error: Could not create PCH