xamarin android nuggetPackage依赖项monoAndroid

时间:2017-04-12 14:21:56

标签: java c# android xamarin dependencies

我正在开发一个Xamarin Android应用程序,我遇到的问题似乎是块硬件包依赖的问题:

  • Microsoft.Office365.OAuth.Xamarin V1.0.21

    • 依赖关系:
      • MonoAndroid,版本v2.2
  • Xamarin.Android.Support.V4 V23.3

    • 依赖关系:
      • MonoAndroid,版本v7.0

每当我尝试构建我的项目时:

error: cannot find symbol android.support.v4.content.Loader.OnLoadCanceledListener

此错误来自此java文件

<%项目%GT; \ OBJ \发布\机器人\ SRC \单\机器人\支持\ V4 \内容\ Loader_OnLoadCanceledListenerImplementor.java

package mono.android.support.v4.content;

public class Loader_OnLoadCanceledListenerImplementor
extends java.lang.Object
implements
    mono.android.IGCUserPeer,
    // this line is making the build fails
    android.support.v4.content.Loader.OnLoadCanceledListener
    ...
    ...

更重要的是,这些包在未加在一起时可以正常工作。

我做错了吗?

0 个答案:

没有答案