Answer the question
In order to leave comments, you need to log in
Answer the question
In order to leave comments, you need to log in
Create two separate API KEYs in the console (one based on the release key, the second based on the debug key)
You can take the debug key in the .android folder, and put it in the project folder.
Next in build.gradle add to the android section:
signingConfigs {
debug {
storeFile file("debug.keystore")
}
}
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question