how to pack binary for android

HI,

I am trying to pack binary file that need to be executed during the game
In windows everything is easy since I can you fill path
but android…

I did managed to add the file to the obb but how can I easily run it ?
I can try to write code that unzips and changes permission but it looks wrong
AND in addition - every iteration requires repacking of the whole thing which last hours…

please help me with it - maybe I am doing all wrong, just need a simple way to get the file into place where I can run it and thats it

Hello there @nirshats!

These two guides should cover all the steps required to pack your game and binary for Android:

Thanks but there is no reference of how to make third party binaries available in the target device