It seems that is not possible to set an API v2 key programatically, so is there any other method to set this value after build.
How to inject a Maps Android v2 API Key into an application?
Asked Answered
i think its not possible because, During the build process, your Android projects are compiled and packaged into an .apk file, so you can't change it after build !
official documentation: http://developer.android.com/tools/building/index.html
© 2022 - 2024 — McMap. All rights reserved.
<meta-data>
in the manifest one way or another. – Rabassa