architecture

  1. Alan Turing

    Android Question Compiling B4A application for different 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.
  2. yo3ggx

    B4J Question Get OS name, version and architecture on a Mac (x64 or arm64)

    Hello, I'm using the following commands to get OS name, version and architecture: GetSystemProperty("os.name", "") GetSystemProperty("os.version", "") GetSystemProperty("os.arch", "") I've build a Mac application using MacSigner and I have the following issue. No matter on what Mac I'm...
  3. rgarnett1955

    B4J Question B4J 64 Bit: Does this produce different executable code?

    Hi, Does the new B4J 64 bit version produce different (64 bit) code or is it just the IDE is running with 64 Bit code? Best regards Rob
Top