How to install panda3d on android ? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How to install panda3d on android ?

So i went through this github page for installation on android . https://github.com/panda3d/panda3d First i cloned the whole project using "git clone https://github.com/panda3d/panda3d" Then cd to panda3d and ran the following commands , 1) pkg install python ndk-sysroot clang bison freetype harfbuzz libpng eigen openal-soft opusfile libvorbis assimp libopus ecj dx patchelf aapt apksigner libcrypt openssl pkg-config 2) python makepanda/makepanda.py --everything --target android-21 --no-tiff --installer But second one gave me error saying , Android architecture must be arm, armv7a, aarch64, mips, mips64, x86 or x86_64 And i am pretty sure the android architecture for my phone is armv7a ! Any help is much appreciated!

14th Jul 2021, 5:48 PM
Abhay
Abhay - avatar
2 Answers
+ 2
"pretty sure" is not same as "absolutly sure" ^^ to check your android architecture, run "lscpu" from termux: first line should give you "Architecture: xxx" ;) as example my phone tell me: "armv7l", so not able to compile Panda3d (at least from the information you give in your post: never tried) :(
14th Jul 2021, 10:31 PM
visph
visph - avatar
+ 1
visph thks a lot ! It is armv8l, but i used two apps from playstore and they said it was armeabi-v7a , so i thought it should work but just getting to know how deceiving these apps can be!
15th Jul 2021, 7:40 AM
Abhay
Abhay - avatar