Courtesy of KonstaKANG

  • @aluminium
    link
    English
    11 year ago

    in short : Android apps contain dex bytecode, which through these commands get compiled into native machine code.

    • @[email protected]M
      link
      fedilink
      English
      11 year ago

      I know that. I was just asking what the actual adb commands do like the compile-layouts parameter, the last bgdexopt job. Why are all 3 necessary. Samsung has a galaxy app booster that appears to do something similar.

      • @aluminium
        link
        English
        21 year ago

        Ah, unfortunately I don’t know it either. I always saw these 3 mentioned when talking about the topic. My guess with the --compile-layouts flag would be that it maybe precalculates layout xml files to your exact screen size and resolution.