明明已经在64位window7中安装好了64位版本的jdk,为什么android SDK安装程序却识别不到jdk呢?先看看报错: Java SE Development Kit (JDK) not found Error:Failed to find java version for 'C:\windows\system32\java.exe': [2] 系统找不到指定的文件 表示'C:\windows\system32\java.exe'这个目录下的文件不存在,但是访问C:\Windows\S…
环境:vs2010 sp1,mvc4,WIN10 生成安装项目后进行安装提示: 此安装程序需要Internet Information Server 5.1或更高版本和Windows XP和更高的安装时在Windows Server 2008的安装项目和IIS 7 解决办法:1,点击安装项目,启动条件编辑器. 2.启动条件,IIScondition,属性窗口 3.修改Condition,选择IISMAJORVERSION. 再重新生成,然后执行安装,再没出现这个烦人的提示了.…
Python3.x:pip install pymssql安装时出错 一.错误日志 error: Microsoft Visual C++ 14.0 is required. Get it with “Microsoft Visual C++ Build Tools”: http://landinghub.visualstudio.com/visual-cpp-build-tools 二.解决方案 1,方案一 手动下载whl文件,地址:https://www.lfd.uci.edu/~gohlk…
第一次启动avd,Android stutdio会自动安装Intel HAXM,而且表面看是成功的,再次启动会出现“/dev/kvm is not found.”,这说明Intel HAXM没有安装成功.找到安装包(路径:C:\Users\Administrator\AppData\Local\Android\sdk\extras\intel\Hardware_Accelerated_Execution_Manager\)intelhaxm-android.exe,卸载后重装会出现“failed…
使用Jenkins打包安卓项目时,报错并失败,错误信息: You have not accepted the license agreements of the following SDK components: [ConstraintLayout for Android 1.0.0-alpha9, Solver for ConstraintLayout 1.0.0-alpha9]. 开始以为是没装组件的原因,但是在android studio中安装了这两个组件依旧报这个错误. 解决方法: 到a…