Android 64 bit emulator

Is it possible to compile a project to run on an Android 64 bit emulator ?

I get 2 errors:

Android NDK: ERROR: … Android.mk:cocos_freetype2_static: LOCAL_SRC_FILES points to a missing file
Android NDK: Check that … libfreetype.a exists or that its path is correct

Hi @DanielRossler,

yes you can refer to this post for the setting to compile for 64 bit >> Compile for x86_64. Android studio cocos 3.17

are you able to compile successfully before?