sdk

Unity Android Build Error WIN32 Exception ZipAlign

爱⌒轻易说出口 提交于 2019-12-20 10:23:59
问题 Every time I try to build my game for android, I get this error: Error building Player: Win32Exception: ApplicationName='.../.../.../.../adt-bundle-mac-x86_64-20140624/sdk/tools/zipalign', CommandLine='4"/.../.../.../.../Asteroid2(2)/Temp/StagingArea/Package.apk'". CurrentDirectory='Temp/StagingArea' Any ideas? I'm stumped. I've redownloaded the SDK and that didn't help. 回答1: Find your copy of the Android SDK in explorer Go to build-tools and choose a version (e.g. build-tools\19.1.0 ) Copy

Could not find ildasm.exe at location C:\Program Files (x86)\Microsoft visual studio 11.0

人盡茶涼 提交于 2019-12-20 09:51:42
问题 How does the Developer command prompt for Visual studio 2012 search the location of ildasm.exe. Running command window Developer command prompt for Visual studio 2012 will point to location C:\Program Files (x86)\Microsoft visual studio 11.0 but at this location ildasm.exe couldn't be found. In fact input to command window, ildasm.exe will open the ildasm tool. Can any one clarify how does Developer command prompt for Visual studio 2012 locate the physical ildasm.exe. 回答1: When you start

Could not find ildasm.exe at location C:\Program Files (x86)\Microsoft visual studio 11.0

风流意气都作罢 提交于 2019-12-20 09:50:06
问题 How does the Developer command prompt for Visual studio 2012 search the location of ildasm.exe. Running command window Developer command prompt for Visual studio 2012 will point to location C:\Program Files (x86)\Microsoft visual studio 11.0 but at this location ildasm.exe couldn't be found. In fact input to command window, ildasm.exe will open the ildasm tool. Can any one clarify how does Developer command prompt for Visual studio 2012 locate the physical ildasm.exe. 回答1: When you start

Facebook PHP API login window popup

有些话、适合烂在心里 提交于 2019-12-20 09:45:01
问题 I'm using using the most recent version of facebook's php api sdk. I'm trying to make the login button activate a popup instead of opening the full page. I tried using this tutorial: http://thinkdiff.net/facebook/create-facebook-popup-authentication-window-using-php-and-javascript/ The popup worked but when I logged in, instead of the popup window closing, the website just opened inside the popup. Does anybody know what I need to do to make the popup window close once I have logged in? Here

Recommended Minimum Android App SDK

这一生的挚爱 提交于 2019-12-20 09:28:38
问题 I am making an android app, and am wondering what the industry's thoughts are on supporting older android versions like GingerBread and FroYo. Should a developer like me take the extra step to make my app compatible with those older versions, or are they obsolete? I am speaking in terms of the market in 2014. Increasing my minimum SDK version opens up some more APIs, so which option should I pick, compatibility or APIs and features? 回答1: Most of the Android devices are above the Gingerbread

How to programmatically detect and locate the Windows 10 SDK?

一世执手 提交于 2019-12-20 08:52:12
问题 TL;DR Is there a Windows registry key (or other easily-programmable way) to find & detect the Windows SDK, which works for SDK V10.0? I am doing something similar to this, i.e. making use of some of the tooling accompanying the Windows 10 SDK. I am looking for a programatic way to detect and locate the Windows SDK . This technique must work for (at least) version 10.0 (current as of this question). Preferably, I would like a technique that works for all versions (and world peace would be nice

Frameworks vs. SDKs

无人久伴 提交于 2019-12-20 08:49:48
问题 What is the difference between a framework and an SDK? Take, for example, the MS platform SDK and the .NET framework. Both have API's, both hide their inner workings, and both provide functionality that may not be quickly/easily accessible otherwise (in other words, they serve a real-world purpose). So what's the difference? Is it primarily a marketing game of semantics, or are there actual differences in how developers are expected to interact with the software (and conversely, how the

Android开发之旅:环境搭建及HelloWorld

白昼怎懂夜的黑 提交于 2019-12-20 07:04:24
引言 本系列适合0基础的人员,因为我就是从0开始的,此系列记录我步入Android开发的一些经验分享,望与君共勉!作为Android队伍中的一个新人的我,如果有什么不对的地方,还望不吝赐教。 在开始Android开发之旅启动之前,首先要搭建环境,然后创建一个简单的HelloWorld。本文的主题如下: 1、环境搭建 1.1、JDK安装 1.2、Eclipse安装 1.3、Android SDK安装 1.4、ADT安装 1.5、创建AVD 2、HelloWorld 1、环境搭建 1.1、JDK安装 如果你还没有JDK的话,可以去这里 下载 ,接下来的工作就是安装提示一步一步走。设置环境变量步骤如下: 我的电脑->属性->高级->环境变量->系统变量中添加以下环境变量: JAVA_HOME值为: D:\Program Files\Java\jdk1.6.0_18( 你安装JDK的目录 ) CLASSPATH值为:.;%JAVA_HOME%\lib\tools.jar;%JAVA_HOME%\lib\dt.jar;%JAVA_HOME%\bin; Path: 在开始追加 %JAVA_HOME%\bin; NOTE: 前面四步设置环境变量对搭建Android开发环境不是必须的,可以跳过。 安装完成之后,可以在检查JDK是否安装成功。打开cmd窗口,输入java –version

Android安装 sdk+jdk+Eclipse+Adt开发工具

。_饼干妹妹 提交于 2019-12-20 06:50:48
根据别人提供的手册和安装过程体验加以更新和详细描述 安装Android开发工具 开发Android应用程序的门坎并不高,因为Google已经为Android应用程序开发提供了免费而且跨平台的集成开发环境。只要手上有台计算机,能连接上网络,我们就能随时下载相关的开发工具下来,着手开发Android应用程序。 2.1 系统需求 想要开始学习Android应用程序设计,仅需要一套个人计算机系统,并在其上安装好“Android开发工具”即可。目前市面上大多数的计算机(不包含上网本)应该都能满足Android应用程序开发的基本需求。 2.1.1 操作系统 我有台计算机了,但Android应用程序应该在哪一种操作系统上来开发呢? Android应用程序可以在所有主流操作系统(Windows、Mac、Linux)上开发。 l Windows XP、Vista或者Windows 7 l Mac OS X 10.4.8或之后版本(仅适用x86架构的Intel Mac 。如果读者都是2007年后买的Mac,那应该都是Intel核心的Mac) l Linux(Linux很有很多发布套件,官方是在Ubuntu上测试,但是应该所有常见的发布包,如Fedora、Debian、OpenSUSE上都可以使用)。 本教程主要在Windows 操作系统上开发与测试。 2.1.2 必要开发工具

CanvasAuthorizer Authorize() not returning true on facebook C# sdk

前提是你 提交于 2019-12-20 06:48:37
问题 I downloaded the Facebook C# SDK 4.1.1, and incorporated it on a small ASP.NET 3.5SP1 web project. When I run the application from VS Studio 2008, it allowed me to install my Facebook application. When I log onto facebook, I can see that my app installed, as I see it on my home page left nav. When I click on the app, it displays the default.aspx page on my facebook app iframe. Looks like it worked, right? No it doesn't because when I debug the page on localhost, I see that the Authorize() on