How to speed up the compilation process in mobile development? #12496
Unanswered
vootooguru
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm developing an Android application on Windows 11, but the compilation process is a serious issue—it's extremely slow! Every time I run pnpm tauri android dev , it compiles twice and doesn't utilize the compilation cache. I've already set up sccache, but it doesn't seem to have any effect; it always compiles from scratch. Each compilation takes about five to six minutes. My hardware is actually quite decent—an AMD 7945 processor with 56GB of RAM—but it's still very slow. Does anyone know any ways to speed this up? Thank you for your attention!
Beta Was this translation helpful? Give feedback.
All reactions