Xamarin Android项目提示SDK版本太老 错误信息:The installed Android SDK is too old.Version 24.3.4 or newer is required. Please update to latest version.这是Xamarin的一个bug.更新Xamarin到最新版,就可以消除这个错误.…
异常提示: gen already exists but is not a source folder. Convert to a source folder or rename it. 错误原因: 我在导入以前的项目的时候出现了这个异常,原因是.classpath文件(这个文件在eclipse中是看不到的,必须在文件浏览器中才能看到并编辑)出错,导致eclipse不能识别我的src代码文件夹,需要通过设置来指明源码所在的文件夹. 解决办法: 右键项目,选择Properties——Jav…
1.unable to open 'D:/flex-projects/RoadService/WebContent/WEB-INF/flex/services-config.xml' 这种情况是因为别人的项目跟你的项目的工作目录不一样,把位置改为你自己的workspace就行了 比如你的项目是放在D:/flexprojects下面的,那么你就应该把项目属性的Flex Compiler选项修改为 D:/flexprojects/RoadService/WebContent/WEB-INF/flex…