Hi, I’m encountering failed build since I placed the path of my keyStore to “local.properties” which is not tracked in Git, and build.gradle is referencing to get the keyStore from the said file. To handle this I followed this guide, but I still encounter the failed build.
Build failed due to:
/path/to/AndroidProject/local.properties (No such file or directory)
local.properties.ci please see the contents below (Added and pushed to Git)
checkout: post: - cp local.properties.ci local.properties
Any help would be appreciated.
Thanks!