sdk

Where can I find WSDL.exe?

自闭症网瘾萝莉.ら 提交于 2020-01-12 11:56:18
问题 I have Visual Studio 2010 Ulitmate (with MSDN Premium), but I can't seem to find this file. I have tried installing the Visual Studio SDK but I can't seem to find the file. I have looked in: C:\Windows\Microsoft.NET\Framework\v3.5 C:\Windows\Microsoft.NET\Framework\v4.0.30319 C:\Program Files (x86)\Microsoft Visual Studio 10.0\SDK\v3.5 But I can't seem to find it. (In case you are wondering, I need it to perform these steps.) 回答1: it should be under C:\Program Files (x86)\MicrosoftSdks

Android Studio Updating Android 5.0 SDK: “A folder failed to be moved.”

天涯浪子 提交于 2020-01-12 11:06:10
问题 While installing android sdk update this error A folder failed to be moved" pops up and even if I disable antivirus nothing happens and same error pop up appears. 回答1: This issue is occurring many time when I try to update android sdk , I have seen few answer elsewhere but I answers are present here and there in semi correct form. So let me put method which worked for me You get this error when you have downloaded all the sdk update and now sdk manager is trying to install it in same folder

Unity+高通Vuforia SDK——AR

两盒软妹~` 提交于 2020-01-12 07:14:51
一、AR概念: 增强现实(Augmented Reality,简称AR),是在虚拟现实的基础上发展起来的新技术,也被称之为混合现实。是通过计算机系统提供的信息增加用户对现实世界感知的技术,将虚拟的信息应用到真实世界,并将计算机生成的虚拟物体、场景或系统提示信息叠加到真实场景中,从而实现对现实的增强。 二、工具: 在这里我们主要是用高通的Vuforia SDK来演示如何在Unity下制作一个简单的AR的demo,Vuforia SDK是一套很完整的可以直接调用的AR API,而假如想深入了解SDK内部的关于AR中图片识别以及跟踪的算法,我们需要从Open CV入手。 1.Unity——我使用的是Unity5.3.1f版本 2.Vuforia SDK插件——从官网(https://developer.vuforia.com/downloads/sdk)下载最新的5.5的Unity专用版本 三、实战: 1.在Unity中新建一个3D项目,取名为TestAR 2.导入下载好的Vuforia SDK插件包:vuforia-unity-5-5-9.unitypackage 3.导入成功后,再Assets目录下回多出一个Vuforia文件目录和一些其他的辅助文件 4.将默认场景中的Main Camera删掉,并将Vuforia/Prefabs目录下的ARCamera相机拖至场景中 5

Relationship of Adobe AIR SDK and Flex SDK?

六月ゝ 毕业季﹏ 提交于 2020-01-12 06:53:13
问题 I'm trying to make sense of the whole mess of the Flash platform (mainly so I understand the terms being thrown around) and so far, I haven't been able to figure out how exactly the AIR and Flex SDKs are related. Without actually having looked at the SDKs, my understanding would have been that AIR enables you to develop Flash (i.e. ActionScript, and apparently also JavaScript/HTML) applications that can be run by the AIR runtime without the need of a browser (such as a pure desktop or

unity开发android游戏(一)搭建Unity安卓开发环境

社会主义新天地 提交于 2020-01-12 06:43:10
unity开发android游戏(一)搭建Unity安卓开发环境 分类: Unity 2014-03-23 16:14 5626人阅读 评论 (2) 收藏 举报 unity开发android unity安卓开发 1,下载安装Java的JDK: http://www.oracle.com/technetwork/java/javase/downloads/index.html (JDK中,包含JRE) 2,下载Android的SDK: 注意,Android 有两种方式:一种是Android studio的,一种是ADT的。用哪种都行。 据说Google已经逐步转向Android studio了,我也比较推荐用这种来开发。 选择1: 使用 Android studio : 国内有不少镜像源,也可以访问Android studio的社区去下载。安装时,会分开装【Android studio】和【Android SDK】,装之后是这样的: 选择2: 使用 ADT : http://developer.android.com (包含IDE)下载页面里有32位和64位的版本可选。大家可以根据自己需要选择。我这里下载的是64位版本。 下载完成后,是一个压缩包,将其解压。 解压后得到: 【eclipse文件夹】、【sdk文件夹】、【SDK Manager.exe】 3,更新(管理)SDK:

海思AI芯片(Hi3516DV300/CV500)开发(3.搭建Linux开发环境)

房东的猫 提交于 2020-01-12 00:19:44
目录 1、软件包安装 2、编译arm-himix200交叉编译器 3、编译uboot和Kernel 前言:此篇搭建环境的Linux平台为ubuntu16.0.4 64位系统,SDK的目标平台为Hi3519DV300\CV500系列。 1、软件包安装 步骤 1 配置默认使用 bash 执行 #sudo dpkg-reconfigure dash 选择 no 步骤 2 安装软件包 执行: #sudo apt-get install make libc6:i386 lib32z1 lib32stdc++6 zlib1g-dev libncurses5-dev ncurses-term libncursesw5-dev g++ u-boot-tools:i386 texinfo texlive gawk libssl-dev openssl bc 步骤 3 创建/etc/ld.so.preload 文件 并执行 #echo "" > /etc/ld.so.preload 以解决 64bit linuxserver 上某些第三方库编译失败的问题。 步骤 4 安装其他软件包 因为Linux交叉编译器是32位的,而ubuntu16.0.4是64位的,因此需要安装lib32ncurses5和lib32z1兼容x86的运行库及环境。 #sudo apt-get install

Vuforia AR SDK入门

北战南征 提交于 2020-01-11 23:22:51
Vuforia是一个能让应用拥有视觉的软件平台。开发者借助它可以很轻松地为任何应用添加先进计算机视觉功能,允许你识别图片和物体,或者在真实世界中重建环境内容。 如果你现在正在制作一些可交互的市场活动项目或者一款游戏、或者一款用于提升购物体验的产品可视化应用,Vuforia SDK都能满足你的需求。 Vuforia的关键特性包括对图片、物体、文本和标记的识别和追踪,以及重建环境。 Vuforia 5.5版本引入了对头部转动和手势追踪的支持,同时还具备带失真校正的立体渲染能力,使得它可以在数字眼睛上的AR/VR应用中正常运行。它同时还引入了Mixed Reality Controller API来开发具有AR和VR互补模式的混合现实应用。这些混合现实应用可以在真实产品上显示AR虚拟内容,也可以让用户沉浸在全虚拟的VR内容中。Vuforia允许你通过扫描目标来解锁额外的VR内容。 特性 Features Vuforia的识别和追踪能力即使是在大量的图片和物体情况下都可以正常使用。 Image Targets 是指平面图像,例如打印出的媒体内容,或者商品包装 Multi-Targets 是指多个Image Target创建的图片集合,能被分配到不同几何形状(比如盒子,我觉得这里是指类似于Unity天空盒子一样的东西),或者可以任意排列在平坦表面上。 Cylinder Targets

How to use Android SDK add-on's?

佐手、 提交于 2020-01-11 20:23:12
问题 Can anyone share some details for developing new SDK add-on like the one Google map API? I do not find any details on how to build new SDK add-on? Is that good approach to have SDK add-on for connecting to twitter, Facebook, YouTube applications? I mean the library would contain the methods to access the developer APIs supported by the social networking apps. I am looking out some ideas for developing new SDK add-on. Let's assume I have added new service API in the android core framework. Now

How to use Android SDK add-on's?

淺唱寂寞╮ 提交于 2020-01-11 20:22:13
问题 Can anyone share some details for developing new SDK add-on like the one Google map API? I do not find any details on how to build new SDK add-on? Is that good approach to have SDK add-on for connecting to twitter, Facebook, YouTube applications? I mean the library would contain the methods to access the developer APIs supported by the social networking apps. I am looking out some ideas for developing new SDK add-on. Let's assume I have added new service API in the android core framework. Now

How to use Android SDK add-on's?

喜夏-厌秋 提交于 2020-01-11 20:22:10
问题 Can anyone share some details for developing new SDK add-on like the one Google map API? I do not find any details on how to build new SDK add-on? Is that good approach to have SDK add-on for connecting to twitter, Facebook, YouTube applications? I mean the library would contain the methods to access the developer APIs supported by the social networking apps. I am looking out some ideas for developing new SDK add-on. Let's assume I have added new service API in the android core framework. Now