Does anybody know why `lime test android` would th...
# haxe
b
Does anybody know why
lime test android
would throw a compilation error in
hxcpp.h
?
Copy code
Creating C:/workspace/flixel/monstermind/export/android/obj/obj/android-v7/__pch/haxe/hxcpp.h.gch...
C:/HaxeToolkit/haxe/lib/hxcpp/4,3,2/include/hxcpp.h:27:23: fatal error: typeinfo: No such file or directory
    #include <typeinfo>
                       ^
compilation terminated.
Error: Could not create PCH
I did some googling and made sure I was downgraded to NDK vr15c, because I guess newer ones don't work -- but I'm not sure what else to do