A beginner guide to Android build files
Development is not easy and build system can be more confusing. I feel your pain.
The android project structure is not easy to adapt at first glance, especially if you have a multi-module project. This article aims to simplify an…