Unable to build : How to add Android Build Config for new Module
问题 Now i am converting my android code to modularized architectural approach. Facing issues when trying add a dependency on "app" module from "chat" module. I have the following build config for the "app" module. android { lintOptions { checkReleaseBuilds false abortOnError false } signingConfigs { companydevconfig { keyAlias 'company' keyPassword '123456' storeFile file('../app/jksFils/company_dev.jks') storePassword '123456' } companyqaconfig { keyAlias 'company' keyPassword '123456' storeFile