Pessoal,
Tenho o seguinte comando no build.gradle:
buildTypes {
debug {
resValue "string", "google_maps_api_key", "CHAVE_DE_DEBUG"
-- Tenho o seguinte comando no build.gradle:
buildTypes {
debug {
resValue "string", "google_maps_api_key", "CHAVE_DE_DEBUG"
...
}
release {
resValue "string", "google_maps_api_key", "CHAVE_DE_PRODUCAO"
...
}
release {
resValue "string", "google_maps_api_key", "CHAVE_DE_PRODUCAO"
...
}
}
Então, ao criar o APK assinado, recebo o erro:
Então, ao criar o APK assinado, recebo o erro:
Error:(7) Error: "google_maps_api_key" is not translated in "pt-BR" (Portuguese: Brazil) [MissingTranslation]
Só que não é para traduzir mesmo. Não estou querendo desativar nenhum Lint. Alguém sabe qual a melhor solução ?
[]'s
You received this message because you are subscribed to the Google Groups "Android Brasil - Dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to androidbrasil-dev+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.






0 comentários:
Postar um comentário