Xamarin Android 常见问题解决方案汇总_移动开发_编程开发_程序员俱乐部

中国优秀的程序员网站程序员频道CXYCLUB技术地图
热搜:
更多>>
 
您所在的位置: 程序员俱乐部 > 编程开发 > 移动开发 > Xamarin Android 常见问题解决方案汇总

Xamarin Android 常见问题解决方案汇总

 2017/4/30 5:32:41  yinyue200  程序员俱乐部  我要评论(0)
  • 摘要:出现如下提示,错误:找不到或无法加载主类com.sun.tools.javac.MainMSB6006:或閿欒:绋嬪簭鍖卆ndroid.support.v4.view.ViewPager涓嶅瓨鍦?删掉bin,obj文件夹重新生成还是没有效果的话参照这里http://blog.csdn.net/cctvcqupt/article/details/46636809Youremulatorisoutofdate,pleaseupdatebylaunchingAndroidStudio:
  • 标签:解决方案 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的选项


android模拟器测试卡在部署阶段

生成,取消生成,然后再试一次


本文持续更新

发表评论
用户名: 匿名