Hacker News new | ask | show | jobs
by inglor_cz 1297 days ago
It was my experience that building a native Android project with older NDKs benefitted hugely from introduction of ccache. Especially if you had multiple branches of the same code (release/nightly) that shared a significant code base.

That was pre-Android Studio times. IDK what is the situation now.

1 comments

Still true now, especially if you switch branches/variants/flavors or do multiple builds.