2017-02-06 6 views
2
Warning IDE0006 Error encountered while loading the project. Some project features, such as full solution analysis for the failed project and projects that depend on it, have been disabled. HelloWorld.Droid  1 Active 


    Severity Code Description Project File Line Suppression State 
Warning  The "ResolveLibraryProjectImports" task failed unexpectedly. 
System.IO.FileNotFoundException: Could not load assembly 'HelloWorld, Version=, Culture=neutral, PublicKeyToken='. Perhaps it doesn't exist in the Mono for Android profile? 
File name: 'HelloWorld.dll' 
    at Java.Interop.Tools.Cecil.DirectoryAssemblyResolver.Resolve(AssemblyNameReference reference, ReaderParameters parameters) 
    at Java.Interop.Tools.Cecil.DirectoryAssemblyResolver.Resolve(String fullName, ReaderParameters parameters) 
    at Java.Interop.Tools.Cecil.DirectoryAssemblyResolver.Resolve(String fullName) 
    at Java.Interop.Tools.Cecil.DirectoryAssemblyResolver.GetAssembly(String fileName) 
    at Xamarin.Android.Tasks.ResolveLibraryProjectImports.Extract(ICollection`1 jars, ICollection`1 resolvedResourceDirectories, ICollection`1 resolvedAssetDirectories, ICollection`1 resolvedEnvironments) 
    at Xamarin.Android.Tasks.ResolveLibraryProjectImports.Execute() 
    at Microsoft.Build.BackEnd.TaskExecutionHost.Microsoft.Build.BackEnd.ITaskExecutionHost.Execute() 
    at Microsoft.Build.BackEnd.TaskBuilder.<ExecuteInstantiatedTask>d__26.MoveNext() HelloWorld.Droid    

私はこのoneと同じ問題を持っています。しかし、それに対する解決策はありませんでした。警告:クロスplaftorm XamarinブランクのApp(Xamarin.Formポータブル)

私はxamarinをアップデートしようとしました。xamarinでVisual Studioを再インストールしましたが、ほぼすべてのアンドロイドSDKとツールをインストールしましたが、エラーはそのままです。私も新しい解決策を作りましたが、同じエラーが表示されます。

References

アップデート:私は、API 23および上記以外のすべてのAPIを削除metioned質問dev_manのawnserからのアドバイスを

。その後、彼が言及したバージョン23.0から25.1.0までのナゲットパッケージを更新しようとしています。これが失敗し、私はこのエラーを得た:

 Severity Code Description Project File Line Suppression State 
    ErrorCould not install package 'Xamarin.Android.Support.Design 25.1.0'. 
You are trying to install this package into a project that targets 'MonoAndroid,Version=v6.0', but the package does not contain any assembly references or content files that are compatible with that framework. 
For more information, contact the package author. 
+0

プロジェクトに含まれている参照を表示できますか? –

答えて

1

は、まあ、この問題の浮上につながることができますし、悲しいことに問題の核心は、初期の段階で目に見えるように見えるdoes notの問題がいくつかあります。 この前の質問では、ソリューションが完全に読み取られた場合に、考えられる原因の広い範囲について説明します。さまざまな手順に従うと、エラーが変わることがあります。 click here

関連する問題