首页 > 代码库 > Xamarin Android 常见问题解决方案汇总
Xamarin Android 常见问题解决方案汇总
出现如下提示,错误: 找不到或无法加载主类 com.sun.tools.javac.MainMSB6006:
或
閿欒: 绋嬪簭鍖卆ndroid.support.v4.view.ViewPager涓嶅瓨鍦?
删掉bin,obj文件夹重新生成
还是没有效果的话参照这里http://blog.csdn.net/cctvcqupt/article/details/46636809
Your emulator is out of date, please update by launching Android Studio:
- Start Android Studio
- Select menu "Tools > Android > SDK Manager"
- Click "SDK Tools" tab
- Check "Android SDK Tools" checkbox
- Click "OK"
这个问题的解决方案其实不需要我汇总。。。错误信息很明白了
打开visualstudio,工具>Android>SDK 管理器,更新Android SDK Tools
开启 ProGuard 后无法编译
https://forums.xamarin.com/discussion/54656/proguard-with-api-23-wont-compile-on-release-with-google-play-services-27-0-0-0
https://forums.xamarin.com/discussion/45210/enable-proguard-error-c-program-files-access-is-denied
https://www.shisujie.com/blog/Enable-ProGuard-Cause-Java-Exit
运行时错误不显示错误详情
监听
AndroidEnvironment.UnhandledExceptionRaiser
事件
System.IO.IsolatedStorage 无法使用
Xamarin Android nuget上的System.IO.IsolatedStorage是假的,请换用System.IO读写
System.IO操作无效
确保路径分隔符正确
HttpWebRequest的AllowReadStreamBuffering无法设置为true
mono目前没有实现这个属性,无解
iOS无法生成
试试关闭优化png的选项
Xamarin Android 常见问题解决方案汇总