Android uses a Just-in-Time (JIT) compile of applications. You can compile everything Ahead-of-Time (AOT) via adb. It would in theory improve performance when starting applications.
This is very interesting, I will check it. Are there any drawbacks?
Edit: Just tried it. No miracles, but got a noticeable gain is usability on my phone. I recommend it to everyone using low-end devices out there. The instructions I found used this command: adb shell cmd package compile -m speed -f -a
Android uses a Just-in-Time (JIT) compile of applications. You can compile everything Ahead-of-Time (AOT) via adb. It would in theory improve performance when starting applications.
This is very interesting, I will check it. Are there any drawbacks?
Edit: Just tried it. No miracles, but got a noticeable gain is usability on my phone. I recommend it to everyone using low-end devices out there. The instructions I found used this command: adb shell cmd package compile -m speed -f -a
Yeah, I think you need to do it after any update. I do this on my OG Pixel XL