google / secrets-gradle-plugin

A Gradle plugin for providing your secrets to your Android project.
Apache License 2.0
1.13k stars 99 forks source link

Merging error + problem in adding API key to the project #49

Closed adi-andro closed 2 years ago

adi-andro commented 2 years ago

I followed this guide still facing problem in adding API key to the project. I have successfully installed the secrects gradle plugin. But when i open this local.properties file it does not allow to make any changes. The contents of the file are not as mentioned in the guide. local properties

Merging error in AndroidManifest.xml manifest erroe

I'm stuck in step 4 of the process mentioned below. add api key steps

Help please

arriolac commented 2 years ago

@adi-andro What is preventing you from editing the local.properties file? That file is meant to be edited/added to and you should be able to add a new key/value definition as described in the documentation.

adi-andro commented 2 years ago

It shows this error.

problem

arriolac commented 2 years ago

That looks fine to me although you removed the sdk.dir=... definition which should still be defined in your local.properties file.

arriolac commented 2 years ago

Is this still an issue @adi-andro ?

arriolac commented 2 years ago

Closing this as I have not heard back. Feel free to reopen will more info if this is still an issue.