Advertisement
Guest User

Untitled

a guest
Jan 21st, 2017
183
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.17 KB | None | 0 0
  1. C:\workride-app\platforms\android\src\F0\AndroidManifest.xml Error:
  2. Attribute meta-data#com.google.android.geo.API_KEY@value value=(@string/nativescript_google_maps_api_key) from (unknown)
  3. is also present at AndroidManifest.xml:23:66-99 value=(YOUR_API_KEY_HERE).
  4. Suggestion: add 'tools:replace="android:value"' to <meta-data> element at AndroidManifest.xml:7:9-9:72 to override.
  5.  
  6. See http://g.co/androidstudio/manifest-merger for more information about the manifest merger.
  7.  
  8. :processF0F1F2F3DebugManifest FAILED
  9.  
  10. FAILURE: Build failed with an exception.
  11.  
  12. * What went wrong:
  13. Execution failed for task ':processF0F1F2F3DebugManifest'.
  14. > Manifest merger failed : Attribute meta-data#com.google.android.geo.API_KEY@value value=(@string/nativescript_google_maps_api_key) from (unknown)
  15. is also present at AndroidManifest.xml:23:66-99 value=(YOUR_API_KEY_HERE).
  16. Suggestion: add 'tools:replace="android:value"' to <meta-data> element at AndroidManifest.xml:7:9-9:72 to override.
  17.  
  18. * Try:
  19. Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.
  20.  
  21. BUILD FAILED
  22.  
  23. Total time: 1 mins 23.01 secs
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement