How to inject Maps Android v2 API into an app?

It seems that it is not possible to set the API v2 key programmatically, so is there any other way to set this value after the build.

0
source share
1 answer

I think it’s not possible , because during the build process your Android projects are compiled and packaged into an .apk file, so you cannot change it after the build!

official documentation: http://developer.android.com/tools/building/index.html

0
source

Source: https://habr.com/ru/post/1490860/


All Articles