Hi,
I created an app for Fire TV (Xamarin Android API 17). I added the Fire TV component locally, no problems at all, the app runs fine.
Then I put everything in source control (Bitbucket / Mercurial) and cloned this repo on another machine with VS13 / Xamarin Android installed.
On the new machine, I cannot build. The Fire TV component appears with an error and when I build, I get this error:
System.InvalidOperationException: Cannot get libraries from incompatible component at Xamarin.Components.Ide.Component.GetLibrariesWithStatus() at Xamarin.Components.Ide.AssembliesWidget.PopulateTable(Table table) at Xamarin.Components.Ide.AssembliesWidget.CreateTable() at Xamarin.Components.Ide.AssembliesWidget..ctor(Component component) at Xamarin.Components.Ide.ComponentDetailsWidget.AddedToProject() at Xamarin.Components.Ide.ComponentDetailsWidget.CreateContent() at Xamarin.Components.Ide.ComponentDetailsWidget..ctor(Component component) at Xamarin.Ide.Components.ComponentDetailsViewContent.get_Control() at MonoDevelop.Ide.Gui.SdiWorkspaceWindow..ctor(DefaultWorkbench workbench, IViewContent content, DockNotebook tabControl, IDockNotebookTab tabLabel) at MonoDevelop.Ide.Gui.DefaultWorkbench.ShowView(IViewContent content, Boolean bringToFront) at MonoDevelop.Ide.Gui.Workbench.OpenDocument(IViewContent content, Boolean bringToFront) at Xamarin.Ide.Components.ComponentDetailsViewContent.Open(Component component, Boolean openInFront) at Xamarin.Ide.Components.ComponentManagerViewContent.OpenComponentDetails(Component component) at Xamarin.Components.Ide.ComponentManagerWidget.ComponentDetailsRequested(ComponentCellView cell, Component component) at Xamarin.Components.Ide.ComponentCellView.AddToProjectClicked(Object sender, NavigateToUrlEventArgs e) at System.EventHandler`1.Invoke(Object sender, TEventArgs e) at Xwt.LinkLabel.OnNavigateToUrl(NavigateToUrlEventArgs e) at Xwt.LinkLabel.WidgetBackendHost.OnNavigateToUrl(Uri uri) at Xwt.GtkBackend.LinkLabelBackend.<>c__DisplayClass1.b__0() at Xwt.Toolkit.Invoke(Action a)
Any idea? I tried removing the component and re-adding it but it failed. Thanks Laurent