AndEngine的64位版本

Jon*_*ght 5 android box2d andengine andengine-gles-2

我必须提供我的Android游戏的64位版本,该版本正在Google Play商店中使用AndEngine。AndEngine的官方github存储库未提供该库的64位版本。有谁知道如何将库转换为64位?我尝试添加以下内容:

APP_ABI := armeabi-v7a x86 x86_64 arm64-v8a
Run Code Online (Sandbox Code Playgroud)

行到“ Application.mk”文件并运行build.sh。不幸的是没有成功。

有人成功构建了64位版本的AndEngine吗?

Jon*_*ght 5

我运行了“ build.sh”并重建了本机文件。我将包含64位本机.so文件的更新后的AndEngine上传到了我的github帐户。

AndEngine:

https://github.com/jonnyright/AndEngine

AndEngine Box2D扩展:

https://github.com/jonnyright/AndEnginePhysicsBox2DExtension