hxcpp icon indicating copy to clipboard operation
hxcpp copied to clipboard

Android Compile issue

Open MAJigsaw77 opened this issue 2 years ago • 2 comments

im trying to compile an app and it keeps crashing with this /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 is there a way to fix this?

MAJigsaw77 avatar Jun 10 '22 16:06 MAJigsaw77

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.

justin-espedal avatar Jun 14 '22 08:06 justin-espedal

Im using r21e

MAJigsaw77 avatar Jun 14 '22 11:06 MAJigsaw77