Hello,
I am new to Android build system and want to install some applications/libraries/software for example iperf and python3 to Android 11. Is there a way to do that like the Yocto approach? Or is there another way?
Thank you in advance,
Rahmanu
Hi @rahmanuh ,
In order to achieve this, you'd need to consult the Android OS Documentation since it isn't as straightforward as installing these apps/software on a Linux-based system. Please refer to the following link Android OS Source Documentation | Android Open Source Project.
Another way to approach this would be installing a terminal emulator on your Android system (although depending on the emulator there could be some compatibility issues and it all depends on what you're trying to achieve with the installed software.
Let me know if this was of any help.
Best regards,
Hector.