I want to use Panda3D on Android in C++ code. First of all I tried to build Panda3D for Android as static lib to link it to my test app. However I have a lot of errors. I used ndk r18. Here is log: https://justpaste.it/2p6yr
I compiled using this command line:
The latest NDK version should now work with the latest version of the master branch on GitHub.
You need to create a thirdparty directory and put the desired thirdparty packages in there. This is an archive containing the ones I used: https://rdb.name/android-libs-arm64.tar.gz
This is the script I used to compile Panda3D (a version of Panda3D should already be installed on the system):