`
kookaisen
  • 浏览: 108375 次
  • 性别: Icon_minigender_1
  • 来自: 南昌
社区版块
存档分类
最新评论

Server SDK: Directory does not contain a Flex SDK.

阅读更多

    在使用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
分享到:
评论

相关推荐

    xcode报错SDK does not contain 'libarclite' at the path

    然而,开发者们时常会遇到各种各样的错误,其中“SDK does not contain 'libarclite' at the path”是一个常见的问题,主要与Apple的Automatic Reference Counting (ARC)机制有关。本文将深入探讨这个错误的原因、...

    SDK does not contain 'libarclite'

    标题中的问题"SDK does not contain 'libarclite'"指的是某个SDK缺少一个名为`libarclite`的库文件。这可能是一个错误或者是因为SDK未完整安装或配置不当导致的。 `libarclite`是一个特定的库,尤其在Android开发中...

    xcode 15 找不到libarclite 等文件

    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 ...

    flex和j2ee整合.doc

    - 遇到错误提示“Server SDK: Directory does not contain a Flex SDK.”时,需要在Flex Compiler设置中指定Flex SDK的路径。 - 当出现“Cannot create HTML wrapper.”错误时,需手动创建或重新创建`...

    mybatisMapped报错 Statements collection does not contain value for

    ### mybatisMapped报错 Statements collection does not contain value for 在使用MyBatis框架进行数据库操作时,可能会遇到“Mapped Statements collection does not contain value for”这样的错误提示。这通常...

    iOS Xcode SDK does not contain 'libarclite'

    xcode 运行支持的arc文件,报错信息:SDK does not contain 'libarclite'

    GEE错误-Dictionary does not contain key constant.pdf

    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? 我无法纠正代码中的错误。错误如下 ...

    14.3(FromXcode_12.3_beta_xip).zip

    xcode真机调试文件14.3 DeviceSupport iOS 14.3 真机调试文件 位置/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport

    iOS组件化之cocoapods私有库的创建 说全啦

    本资源摘要信息详细介绍了 iOS 组件化之 Cocoapods 私有库的创建过程,涵盖了准备工作、创建远程私有索引库、创建组件化 SDK 等步骤,并提供了一些相关的知识点。通过本资源摘要信息,读者可以轻松地创建自己的私有...

    apache-maven-3.5.4

    - 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 ----- -...

    libarclite-arc

    Xcode 15 旧项目可能报错 SDK does not contain 'libarclite' at the path '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/arc/libarclite_iphonesimulator.a';...

    Android Studio配置本地SDK的方法

    问题一:Android Studio报错:SDK does not contain any platforms. 解决方法:本地SDK应放到名为platforms的外层文件夹内。 例子:D:\SDK\platforms… (选择路径时选取到SDK文件夹即可) 问题二:Android SDK ...

    ios 利用http 向服务器请求数据

    ### 1....同步GET请求是在当前线程中执行的,会阻塞其他操作直到请求完成。在iOS中,我们可以使用`NSURLSession`或更老的`NSURLConnection`来实现同步GET请求。例如,使用`NSURLSession`的方法如下: ...

    反编译工具ILSpy.exe

    ILSpy.exe是一款强大的开源反编译工具,专为.NET Framework和.NET Core应用程序设计。它允许开发者查看、理解和分析编译后的.NET程序集的内部结构,包括IL(中间语言)代码、元数据、类、方法、属性和事件等。...

    STM32 motor control SDK.pdf

    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)....

    I18N.CJK.dll,I18N.dll,I18N.West.dll

    在Unity中,用到MySql数据库时,发布exe 的时侯报错,有关于dll的错误,解决问题所需dll文件。 把unity文件夹下Unity\Editor\Data\Mono\lib\mono\2.0 中的 这三个dll放到项目plugins中就可以了。

    libarclite-arc,xcode, 解决 Xcode 14.3,Xcode 15 旧项目可能报错

    Xcode 15 旧项目可能报错 SDK does not contain 'libarclite' at the path '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/arc/libarclite_iphonesimulator.a';...

    XCode 15.3 编译私有库 报错问题

    2. **API变化**:Apple经常更新其SDK,可能会废弃或修改某些函数,使得旧库中的调用无效。 3. **架构支持**:Xcode新版本可能要求支持更多的设备架构(如arm64e),而旧的.a库可能未包含这些架构。 4. **依赖问题*...

    apktool documentation

    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 ...

    android-sdk-windows

    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 ...

Global site tag (gtag.js) - Google Analytics