-
Notifications
You must be signed in to change notification settings - Fork 140
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
myConfigs is unknown for signingConfig #8
Comments
For those who are still facing this issue try to add your signingConfigs like this (it worked for me) signingConfigs {
|
I had the same issue What worked for me was making sure signingConfigs is before productFlavors. e.g. |
Hi, I tried this but it still gives me the same error. |
In order to create a signed release APK, you'll have to specify your own sigining configuration.
You can learn more about signing configs with gradle here. Moreover if you don't need a signed apk, you can simply remove the line
from the gradle file. Thanks for pointing it out! |
There is no code block found for myConfig
this error appears
Error:(19, 0) Could not get unknown property 'myConfigs' for SigningConfig container of type org.gradle.api.internal.FactoryNamedDomainObjectContainer.
Open File
The text was updated successfully, but these errors were encountered: