我正在开发一个Xamarin Android应用程序,我遇到的问题似乎是块硬件包依赖的问题:
Microsoft.Office365.OAuth.Xamarin V1.0.21
Xamarin.Android.Support.V4 V23.3
每当我尝试构建我的项目时:
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
...
...
更重要的是,这些包在未加在一起时可以正常工作。
我做错了吗?