Mono for the full version of Android errors for the Google Maps Library

I try to run my application with the full version of Mono for Android, and it throws me this error: GenerateJavaStubs task execution error: AndroidManifest.xml: error 1: cannot find the library 'com.google.android.maps', And on another forum I read this reason for this problem because you need to use Googles Api AVD, but I use it. How can I solve this problem?

+4
source share
1 answer

You need to download the Google Maps addon in the Android SDK Manager:

http://docs.xamarin.com/android/tutorials/Maps_and_Location#Google_APIs_Add-On

+3
source

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


All Articles