GitHub Actions Compiling Issue
Tried compiling for Android via GitHub Actions a few days ago... Left with a error message
Creating /home/runner/work/vs-poyo-demoFINALIZED/vs-poyo-demoFINALIZED/export/release/android/obj/obj/android-v7/__pch/haxe/hxcpp.h.gch... /home/runner/haxelib/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 Error: Process completed with exit code 1.
Is there anyway to fix it?
This may be caused by using an unsupported NDK. Which NDK are you using to build with? Until https://github.com/HaxeFoundation/hxcpp/pull/992 is merged, the highest supported version is NDK 21e.
This may be caused by using an unsupported NDK. Which NDK are you using to build with? Until #992 is merged, the highest supported version is NDK 21e.
I'm using NDK r15c with HaxeFlixel