zoukankan      html  css  js  c++  java
  • FlashBuilder 4.7 破解方法

    |举报|字号订阅

     

    方法一:

    方法问题

      能破解,但破解后启动FB需等待较长时间,等一两分钟吧。

    操作步骤:

      与其它Adobe CS6破解方法相同,覆盖安装目录下的amtlib.dll文件即可。(文件路径可用搜索功能查询)

     

     

    方法二:

    方法问题:

      破解后启动速度与破解前相同,没有延长,但容易引起Fb打不开的问题。

    操作步骤:

      1、安装目录eclipsepluginscom.adobe.flexbuilder.project_4.7.0.349722META-INF

        打开MANIFEST.MF文件,查找以下内容:

    Ant-Version:ApacheAnt1.6.5
    Bundle-Vendor:AdobeSystemsIncorporated

    Bundle-Version:4.7.0.349722

    Bundle-ManifestVersion:2
    Bundle-Activator: com.adobe.flexbuilder.project.internal.FlexProjectCore
    Bundle-SymbolicName: com.adobe.flexbuilder.project; singleton:=true

        替换为以下内容:

    Ant-Version:ApacheAnt1.6.5
    Bundle-Vendor:AdobeSystemsIncorporated

    Bundle-Version:0.0.0

    Bundle-ManifestVersion:2
    Bundle-Activator: com.adobe.flexbuilder.project.internal.FlexProjectCore
    Bundle-SymbolicName: com.adobe.flexbuilder.project; singleton:=true

     

      2、安装目录eclipsefeaturescom.adobe.flexide.feature_4.7.0.349722
        打开feature.xml文件,查找以下内容(注意:此文件类似部分有很多,注意对比id信息)

       <plugin
             id="com.adobe.flexbuilder.project"
             download-size="0"
             install-size="0"
             version="4.7.0.349722"/>

     
        替换为以下内容:
     

    <plugin
    id="com.adobe.flexbuilder.project"
    download-size="0"
    install-size="0"
    version="0.0.0"/>

     
      3、安装目录eclipsepluginscom.adobe.flexbuilder.flex_4.7.0.349722
     
        把目录下config.xml文件复制并改名为config_builder.xml(注意:这里是复制,不要删除原文件)
  • 相关阅读:
    无线安全
    下载安装Emacs和基本配置--待更新中
    uv-pv-vv的区别
    tesseract安装及问题处理
    POJ 2187 Beauty Contest【凸包周长】
    POJ 1113 Wall【凸包周长】
    POJ 2187 Beauty Contest【旋转卡壳求凸包直径】
    POJ 2031 Building a Space Station【经典最小生成树】
    URAL 1181 Cutting a Painted Polygon【递归+分治】
    POJ 1845-Sumdiv【经典数学题目---求因子和】
  • 原文地址:https://www.cnblogs.com/ustcyc/p/3724310.html
Copyright © 2011-2022 走看看