-
Notifications
You must be signed in to change notification settings - Fork 7
MapActivity #4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
android { .. buildTypes { |
#4 - set api key for debug and release signed app
#4 - inject DaeaComponent to call DgAllEmpsAbsMvvmViewModel
#4 - location user at work for non type 99 user, only his location
In AndroidManifest.xml, add the following element as a child of the application element, by inserting it just before the closing application tag:
meta-data
android:name="com.google.android.geo.API_KEY"
android:value="YOUR_API_KEY"
API key is in AndroidStudio in Project res > values > google_maps_api.xml
vypis release SHA kluca zo suboru apkkey.keystore
https://stackoverflow.com/questions/14384587/how-to-get-a-google-maps-api-v2-release-key
vypis debug SHA kluca z androidstudia
https://stackoverflow.com/questions/27609442/how-to-get-the-sha-1-fingerprint-certificate-in-android-studio-for-debug-mode
The text was updated successfully, but these errors were encountered: