MonoDroid and Google Maps: package com.google.android.maps does not exist - google-maps

I am having trouble to incorporate Google Maps in an adroid app created with MonoDroid. I am using the MonoDevelop IDE.
I referenced the Mono.Android.GoogleMaps package (I noticed that the version is 0.0.0.0).
I created a MapActvity called LocationMapActivity. When I try to build the app I get the following error in LocationMapActivity.java: package com.google.android.maps does not exist.
Thanks in advance for your help!
EDIT: Make sure not to forget to set the correct target framework after installing the Google API.

The Google Maps library is not included with the base Android SDK, so I'm guessing that you haven't installed the Google APIs add-on. Xamarin has some documentation available here with details on what you need to do to install the add-on and set up an emulator that includes support for it.

Related

How to start an app installed from a private npm registry inside another angular2 app

I have created individual apps and published them into a private npm registry.
I have created a new Angular2 project and installed these apps as dependencies.
Now when I do npm start the Angular2 app is starting but how do I invoke the other apps which I had installed from the private registry.
I want all the apps to be working in the same project with displaying corresponding details based on the selection of app.
Instead of creating separate apps. I would suggest to convert them into Angular Module, import them and use them. Otherwise if you can show us your build system for the apps we might be able to help you more.

Project requires the following components installed on your machine: Xamarin.GooglePlayServices.Base

I am developing a cross platform mobile app with Xamarin Forms PCL. There I want to create a screen with Google Map, for that have added NuGet package i.e. Xamarin.Forms.Maps as guided in https://developer.xamarin.com/guides/xamarin-forms/user-interface/map/. But after installing this package, my solution stopped working and event I can't clean/rebuild it.
Click here to see detailed error log
Any suggestion would be great help for me.

Google Drive API for Objective-C with CocoaPods not linking GTMOAuth2 and

I am trying to incorporate Google Drive API into my Objective-C app. I'm using this link. I setup the quickstart example and that works fine. For my app, I added the API using CocoaPods as directed. When I run the app, I get linker errors not finding GTMOAuth2, GTMSessionFetcher and GoogleAPIClient. Here is one example.
ld: warning: directory not found for option '-L/Users/k/Library/Developer/Xcode/DerivedData/DA/dntvfajcuzknsddygndaenxbqsii/Build/Products/Debug-iphonesimulator/GTMOAuth2'
Under Target->Build settings -> other linker flags
-ObjC -l"GTMOAuth2" -l"GTMSessionFetcher" -l"GoogleAPIClient" -framework "Security" -framework "SystemConfiguration" -lz
for run path search paths, I have #executable/Frameworks
Can some provide info on how to probably setup Xcode so it finds GTMOAuth2, GTMSessionFetcher and GoogleAPIClient that are setup by the CocoaPods.
You may want to try the installation process as discussed in Install a Google SDK using CocoaPods or in Google APIs for iOS which gives the following steps in adding a Google SDK to your iOS app:
CocoaPods is used to install and manage dependencies in existing Xcode projects.
Create an Xcode project, and save it to your local machine.
Create a file named Podfile in your project directory. This file defines your project's dependencies, and is commonly referred to as a Podspec.
Open Podfile, and add your dependencies.
Save the file.
Open a terminal and cd to the directory containing the Podfile.
Run the pod install command. This will install the SDKs specified in the Podspec, along with any dependencies they may have.
Open your app's .xcworkspace file to launch Xcode. Use this file for all development on your app.
Please also check the list of CocoaPods published by Google.
Furthermore, you may want to continue the setup using the approaches to add the library to your project as discussed in this GitHub post such as using GTM OAuth2 or Google Sign-In SDK and adding the framework to an Xcode project.
Lastly, to help you troubleshoot problems during installation, you may visit this guide.

What is the correct version for Box Android sdk

I go http://developers.box.com/onecloud/ to download the Android SDK. I got box-box-android-sdk-5482811 Is this the latest version?
Because when I open up the OneCloudAppToAppSample, even the R. variable is not well defined. And I cannot run the sample code.
Where can I find more help or documentation on using Box with Android SDK?
The SDK is being improved quite frequently, so our advice would be to always use the latest version on the "master" branch. We consider the master branch to be our stable release. In your case, 5482811 should work fine.
Regarding your issues with the sample app, I don't seem to have any problems compiling it off of a fresh download. I can think of one thing you might be running into:
The sample app was configured to point to target "Google APIs:15". It's possible you don't have this installed (through the Android SDK manager). We actually should not have configured this build target, since the project doesn't use the Google APIs, and we'll fix that in our next release.
In the meantime, could you try this (assuming you're using Eclipse):
Right-click on the OneCloudAppToAppSample project and go to Properties.
Go to the Android section on the left, and change the build target to Android 4.0.3 - 15 (not the Google APIs version).
Project -> Clean -> Clean all projects.

Google Drive .NET API version 2 DLL

Google has an example using the Google Drive .NET version 2 library:
https://developers.google.com/drive/v2/reference/files/list#examples
I can't find the place to download the DLL to my system.
Please advise. Thanks.
The new dlls will be available very soon on http://code.google.com/p/google-api-dotnet-client/wiki/APIs#Drive_API