Alan Turing New Member Apr 29, 2024 #1 Hi, Recently i start learning android programming with B4A and now i am a beginner in android programming. My question is: How to compile B4A application for other mobile cpu architecture? For example : compiling B4a application for ARMv7-A or x86_64 mobile cpu architecture.
Hi, Recently i start learning android programming with B4A and now i am a beginner in android programming. My question is: How to compile B4A application for other mobile cpu architecture? For example : compiling B4a application for ARMv7-A or x86_64 mobile cpu architecture.
Erel B4X founder Staff member Licensed User Longtime User Apr 30, 2024 #2 You don't need to do anything special. The only case where the architecture matters is if you are using a library with native binaries (.so files). In that case you need to make sure that the library includes binaries for each of the relevant architectures. Upvote 0
You don't need to do anything special. The only case where the architecture matters is if you are using a library with native binaries (.so files). In that case you need to make sure that the library includes binaries for each of the relevant architectures.