在使用Flex开发时遇到的一个问题,项目报错:Server SDK: Directory does not contain a Flex SDK.网上搜索后没有发现有几个同学遇到这种情况,或者可能大家觉得是小问题所以就没有记录下来。今天我也遇到这个问题了,原因就像问题描述的那样,项目中没有找到Flex SDK,为什么会出现找不到Flex SDK的情况呢?不外乎两个可能:
1.你没有装上flex的库(各种不同原因导致没装上)
2.装上了,但是引用的目录不对。
总之,是项目找不到你所给他提供的SDK。我采用的解决方法是右键点击项目名称,选择Properties->Flex Compiler->Flex Compiler version 中选择 Use a specific SDK,这里可以选择你已经配置好的SDK,那么如何配置你的Flex SDK呢?从菜单栏中的Windows->Preferences->Flex->Installed Flex SDKs中去配置你电脑上有的SDK版本。(如果你的SDK本身有问题的话,那就不是我要讨论的问题了)。两个配置图如附件所示。
- 大小: 63 KB
- 大小: 67.2 KB
分享到:
相关推荐
然而,开发者们时常会遇到各种各样的错误,其中“SDK does not contain 'libarclite' at the path”是一个常见的问题,主要与Apple的Automatic Reference Counting (ARC)机制有关。本文将深入探讨这个错误的原因、...
标题中的问题"SDK does not contain 'libarclite'"指的是某个SDK缺少一个名为`libarclite`的库文件。这可能是一个错误或者是因为SDK未完整安装或配置不当导致的。 `libarclite`是一个特定的库,尤其在Android开发中...
- 遇到错误提示“Server SDK: Directory does not contain a Flex SDK.”时,需要在Flex Compiler设置中指定Flex SDK的路径。 - 当出现“Cannot create HTML wrapper.”错误时,需手动创建或重新创建`...
clang: error: SDK does not contain 'libarclite' at the path '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/arc/libarclite_iphoneos.a'; try increasing the ...
### mybatisMapped报错 Statements collection does not contain value for 在使用MyBatis框架进行数据库操作时,可能会遇到“Mapped Statements collection does not contain value for”这样的错误提示。这通常...
xcode 运行支持的arc文件,报错信息:SDK does not contain 'libarclite'
The error is " List (Error) Dictionary.getNumber: Dictionary does not contain key:constant." Would be generous to take some time out and help me correct the error? 我无法纠正代码中的错误。错误如下 ...
本资源摘要信息详细介绍了 iOS 组件化之 Cocoapods 私有库的创建过程,涵盖了准备工作、创建远程私有索引库、创建组件化 SDK 等步骤,并提供了一些相关的知识点。通过本资源摘要信息,读者可以轻松地创建自己的私有...
xcode真机调试文件14.3 DeviceSupport iOS 14.3 真机调试文件 位置/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport
- Check that Maven settings.xml does not contain http repositories - Check that Maven pom files do not contain http repository ----- - Check that Maven pom files do not contain http repository ----- -...
问题一:Android Studio报错:SDK does not contain any platforms. 解决方法:本地SDK应放到名为platforms的外层文件夹内。 例子:D:\SDK\platforms… (选择路径时选取到SDK文件夹即可) 问题二:Android SDK ...
Xcode 15 旧项目可能报错 SDK does not contain 'libarclite' at the path '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/arc/libarclite_iphonesimulator.a';...
### 1....同步GET请求是在当前线程中执行的,会阻塞其他操作直到请求完成。在iOS中,我们可以使用`NSURLSession`或更老的`NSURLConnection`来实现同步GET请求。例如,使用`NSURLSession`的方法如下: ...
ILSpy.exe是一款强大的开源反编译工具,专为.NET Framework和.NET Core应用程序设计。它允许开发者查看、理解和分析编译后的.NET程序集的内部结构,包括IL(中间语言)代码、元数据、类、方法、属性和事件等。...
The SDKs contain a software library that implements the field oriented control (FOC) drive of 3-phase permanent magnet synchronous motors (PMSMs), both surface mounted (SMPMSM) and interior (I-PMSM)....
2. **API变化**:Apple经常更新其SDK,可能会废弃或修改某些函数,使得旧库中的调用无效。 3. **架构支持**:Xcode新版本可能要求支持更多的设备架构(如arm64e),而旧的.a库可能未包含这些架构。 4. **依赖问题*...
SdkInfo - Used to repopulate the sdk information in AndroidManifest.xml since newer aapt requires version information to be passed via parameter packageInfo - Used to help support Android 4.2 ...
在Unity中,用到MySql数据库时,发布exe 的时侯报错,有关于dll的错误,解决问题所需dll文件。 把unity文件夹下Unity\Editor\Data\Mono\lib\mono\2.0 中的 这三个dll放到项目plugins中就可以了。
not contain an Android platform or any third-party libraries. In fact, it doesn't even have all the tools you need to develop an application. In order to start developing applications, you must ...
Xcode 15 旧项目可能报错 SDK does not contain 'libarclite' at the path '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/arc/libarclite_iphonesimulator.a';...