Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I have a solution that builds fine on one machine but fails every time on another. The second machine is a virtual PC running Windows 7 under OSX. I don't beleive this has anything to do with the problem but who knows?

Anyway, machine A has the same setup as machine B. Visual studio, all service packs, latest monodroid and a fully updated android SDK.vI even erased and re-installed all the Google API packages.

All builds fine on A but copying the solution to B fails with the build refusing to find com.google.android.maps

Actual errors are: Error 5 package com.google.android.maps does not exist public com.google.android.maps.OverlayItem createItem (int p0)

Error 10 Activate(java.lang.String,java.lang.String,java.lang.Object,java.lang.Object[]) in mono.android.TypeManager cannot be applied to (java.lang.String,java.lang.String,campercompanion.MyItemizedOverlay,java.lang.Object[]) mono.android.TypeManager.Activate ("CamperCompanion.MyItemizedOverlay, CamperCompanion, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", "Android.Graphics.Drawables.Drawable, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=c4c4237547e4b6cd", this, new java.lang.Object[] { p0 });

Anyone have a clue?

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.