Z
Z
zeooon2015-07-31 16:40:44
Android
zeooon, 2015-07-31 16:40:44

Android. Google Maps API v2 Release key. Where to dig?

There is an application in development mode, with a map. Everything works great. But, when creating a release

Answer the question

In order to leave comments, you need to log in

1 answer(s)
Z
Zakhar Zolotarev, 2015-08-08
@zeooon

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 question

Ask a Question

731 491 924 answers to any question