PhoneGap Build Extension for Dreamweaver 2014.1 is not working

@adobeexchange
Yeah bad news
There is an error message which tells me that the plugin is only working with the version 2014.0
If the source code for this extension would be available, i could update the extension for us.

Hi Siegfried,
Dreamweaver’s direct integration with PhoneGap Build to package mobile applications is no longer supported in all versions. Ongoing changes to PhoneGap’s APIs, security measures, and feature set have been outpacing updates to Dreamweaver, and to give you the best experience when using PhoneGap Build, you continue to package mobile applications using the Adobe PhoneGap Build service in the Cloud.
Thanks
Mudit

Similar Messages

  • Building Extensions for CC 2014

    Hello,
    I have built custom panels for Photoshop CS6 and Photoshop CC. I know that Adobe has done away with Flash and have moved to HTML5. I have tried, but don't have the skills required to convert my previous panel to work in Photoshop CC 2014. I have even asked a friend who is very experienced in HTML5, but not in Photoshop if he could assist in building the panel to work, with no luck. This is getting very frustrating, I have now been trying for 2 months to get this working.
    What I am asking is if there are any organisations or people that you can send your actions / information to that can build your panels for you.
    Thanks, very frustrated.

    Post your question in the forum for Acrobat SDK.

  • Phonegap Build service for jquery mobile themed page not showing on mobile

    I am trying to use jQuery mobile inside the Adobe Dreamweaver CC and then use phonegap build service to deploy the application to my phone. The issue here is that the Dreamweaver design panel is showing the jQuery Mobile UI but the application APK which is deployed over the phone does not.
    Please find below the screenshot of Dreamweaver CC with design and code panel.
    http://stackoverflow.com/questions/17334492/adobe-dreamweaver-cc-phonegap-build-service-is sue
    Find below the entire index.html code:
    <!DOCTYPE html>
    <html>
    <head>
    <meta charset="UTF-8">
    <title>jQuery Mobile Web App</title>
    <link href="file:///Macintosh%20HD/Applications/Adobe%20Dreamweaver%20CC/Configuration/Third%20Party%20Source%20Code/jquery-mobile/jquery.mobile.theme-1.0.min.css" rel="stylesheet" type="text/css"/>
    <link href="file:///Macintosh%20HD/Applications/Adobe%20Dreamweaver%20CC/Configuration/Third%20Party%20Source%20Code/jquery-mobile/jquery.mobile.structure-1.0.min.css" rel="stylesheet" type="text/css"/>
    <link href="jQueryAssets/jquery.ui.core.min.css" rel="stylesheet" type="text/css">
    <link href="jQueryAssets/jquery.ui.theme.min.css" rel="stylesheet" type="text/css">
    <link href="jQueryAssets/jquery.ui.accordion.min.css" rel="stylesheet" type="text/css">
    <script src="file:///Macintosh%20HD/Applications/Adobe%20Dreamweaver%20CC/Configuration/Third%20Party%20Source%20Code/jquery-mobile/jquery-1.6.4.min.js" type="text/javascript"></script>
    <script src="file:///Macintosh%20HD/Applications/Adobe%20Dreamweaver%20CC/Configuration/Third%20Party%20Source%20Code/jquery-mobile/jquery.mobile-1.0.min.js" type="text/javascript"></script>
    <script src="jQueryAssets/jquery-1.8.3.min.js" type="text/javascript"></script>
    <script src="jQueryAssets/jquery-ui-1.9.2.accordion.custom.min.js" type="text/javascript"></script>
    </head>
    <body>
    <div data-role="page" id="page">
        <div data-role="header">
            <h1>Page One</h1>
        </div>
        <div data-role="content">  
            <ul data-role="listview">
                <li><a href="#page2">Accenture</a></li>
                <li><a href="#page3">Digital</a></li>
                <li><a href="#page4">CASF RIA</a></li>
                <li><a href="#page5">Hybrid Applications using PhoneGap</a></li>
            </ul>      
        </div>
        <div data-role="footer">
            <h4>Page Footer</h4>
        </div>
    </div>
    <div data-role="page" id="page2">
        <div data-role="header">
            <a href="#page"><label style="color:white; font-weight:bolder">BACK</label></a><h1>ACCENTURE Page</h1>
        </div>
        <div data-role="content">
          <div data-role="fieldcontain">
            <label for="selectmenu" class="select">Select Technology Areas:</label>
            <select name="selectmenu" id="selectmenu">
              <option value="option1">Digital</option>
              <option value="option2">Oracle</option>
              <option value="option3">Mobile</option>
            </select>
          </div>
          <div data-role="fieldcontain">
            <label for="slider">Value:</label>
            <input type="range" name="slider" id="slider" value="0" min="0" max="100" />
          </div>
          <div data-role="fieldcontain">
            <label for="flipswitch">Option:</label>
            <select name="flipswitch" id="flipswitch" data-role="slider">
              <option value="off">Off</option>
              <option value="on">On</option>
            </select>
          </div>
          <div data-role="collapsible-set">
            <div data-role="collapsible">
              <h3>Header</h3>
              <p>Content</p>
            </div>
            <div data-role="collapsible" data-collapsed="true">
              <h3>Header</h3>
              <p>Content</p>
            </div>
            <div data-role="collapsible" data-collapsed="true">
              <h3>Header</h3>
              <p>Content</p>
            </div>
          </div>
        </div>
        <div data-role="footer">
            <h4>Page Footer</h4>
        </div>
    </div>
    <div data-role="page" id="page3">
        <div data-role="header">
            <a href="#page"><label style="color:white; font-weight:bolder">BACK</label></a><h1>DIGITAL Page</h1>
        </div>
        <div data-role="content">  
        <div id="Accordion1">
          <h3><a href="#">Section 1</a></h3>
          <div>
            <p>Content 1</p>
          </div>
          <h3><a href="#">Section 2</a></h3>
          <div>
            <p>Content 2</p>
          </div>
          <h3><a href="#">Section 3</a></h3>
          <div>
            <p>Content 3</p>
          </div>
        </div>
    Content </div>
        <div data-role="footer">
            <h4>Page Footer</h4>
        </div>
    </div>
    <div data-role="page" id="page4">
        <div data-role="header">
            <a href="#page"><label style="color:white; font-weight:bolder">BACK</label></a><h1>CASF RIA</h1>
        </div>
        <div data-role="content">
          <ol data-role="listview" data-inset="true" data-split-icon="arrow-d">
            <li><a href="#">
              <h3>Page</h3>
              <p>Lorem ipsum</p>
              <span class="ui-li-count">1</span></a><a href="#">Default</a></li>
            <li><a href="#">
              <h3>Page</h3>
              <p>Lorem ipsum</p>
              <span class="ui-li-count">1</span></a><a href="#">Default</a></li>
            <li><a href="#">
              <h3>Page</h3>
              <p>Lorem ipsum</p>
              <span class="ui-li-count">1</span></a><a href="#">Default</a></li>
            <li><a href="#">
              <h3>Page</h3>
              <p>Lorem ipsum</p>
              <span class="ui-li-count">1</span></a><a href="#">Default</a></li>
            <li><a href="#">
              <h3>Page</h3>
              <p>Lorem ipsum</p>
              <span class="ui-li-count">1</span></a><a href="#">Default</a></li>
            <li><a href="#">
              <h3>Page</h3>
              <p>Lorem ipsum</p>
              <span class="ui-li-count">1</span></a><a href="#">Default</a></li>
            <li><a href="#">
              <h3>Page</h3>
              <p>Lorem ipsum</p>
              <span class="ui-li-count">1</span></a><a href="#">Default</a></li>
            <li><a href="#">
              <h3>Page</h3>
              <p>Lorem ipsum</p>
              <span class="ui-li-count">1</span></a><a href="#">Default</a></li>
            <li><a href="#">
              <h3>Page</h3>
              <p>Lorem ipsum</p>
              <span class="ui-li-count">1</span></a><a href="#">Default</a></li>
            <li><a href="#">
              <h3>Page</h3>
              <p>Lorem ipsum</p>
              <span class="ui-li-count">1</span></a><a href="#">Default</a></li>
          </ol>
    Content </div>
        <div data-role="footer">
            <h4>Page Footer</h4>
        </div>
    </div>
    <div data-role="page" id="page5">
        <div data-role="header">
            <a href="#page"><label style="color:white; font-weight:bolder">BACK</label></a><h1>HYBRID APPLICATIONS using PhoneGap</h1>
        </div>
        <div data-role="content">
          <div data-role="fieldcontain">
            <label for="email">Email:</label>
            <input type="email" name="email" id="email" value=""  />
          </div>
    Content </div>
        <div data-role="footer">
            <h4>Page Footer</h4>
        </div>
    </div>
    <script type="text/javascript">
    $(function() {
        $( "#Accordion1" ).accordion();
    </script>
    </body>
    </html>
    This is how it looks in device:
    This is how it looks in the mobile devices:
    Could anyone please help?

    Try defining a site and then create the mobile themed page within that site and DW will copy all the assets relative to the site path and will not be as its in your current page.
    <link href="file:///Macintosh%20HD/Applications/Adobe%20Dreamweaver%20CC/Configuration/Third%20Party%20Source%20Code/jquery-mobile/jquery.mobile.theme-1.0.min.css" rel="stylesheet" type="text/css"/>
    <link href="file:///Macintosh%20HD/Applications/Adobe%20Dreamweaver%20CC/Configuration/Third%20Party%20Source%20Code/jquery-mobile/jquery.mobile.structure-1.0.min.css" rel="stylesheet" type="text/css"/>
    HTH
    --Bhawna

  • When Will the Adobe AIR 2.5 Extension for Dreamweaver CS5 Be Available?

    To Adobe AIR Development Team,
    When will the Adobe AIR 2.5 Extension for Dreamweaver CS5 be available? If it's already available, where can I find it? If not, when will it be available?
    Thanks!

    Thanks i will iinstall again
    WOW Extension for Dreamweaver CS5!
    Air 2.5 Extensions for Flash Builder 4.4 / 4.5x ???
    Thanks merry xmas, SnakeMedia

  • Trying to connect to PhoneGap Build Service in Dreamweaver CS6 but get a "Temporary Server related error". Help!

    I am trying to connect to the PhoneGap Build Service in Dreamweaver CS6 but after about a minute I receive the error "Temporary Server related error. Please try again later.". I have googled, searched and implemented any fix that I could find without any joy. I have fully updated Dreamweaver and all other Cloud services but still am receiving the error.
    I can log into build.phonegap.com using my Adobe ID no problem and I have linked a GitHub account to my Adobe ID so I am at a loss as what I can try next.
    Any help would be much appreciated.
    Many thanks,
    Dan

    You will likely get better program help in a program forum Dreamweaver support forum
    The Cloud forum is not about using individual programs
    The Cloud forum is about the Cloud as a delivery & install process
    If you will start at the Forums Index https://forums.adobe.com/welcome
    You will be able to select a forum for the specific Adobe product(s) you use
    Click the "down arrow" symbol on the right (where it says All communities) to open the drop down list and scroll

  • Is there a way to develop an HTML based extension for Dreamweaver like ones for PS or AI?

    Is there a way to develop an HTML based extension for Dreamweaver like ones for PS or AI? I mean like extension produced by Extesion Builder 3.

    Snippets is a good idea. But you can also do this with a template. Each time you use FILE | New > Page from Template, as you would to create a new child page, you have the option to enable or disable an option called "Update page when template changes". If that option is DISABLED (i.e., unchecked), then the child page will be created but with NO TEMPLATE MARKUP (i.e., no editable/non-editable regions)! Seems that's exactly what you want, no?

  • Extension for dreamweaver cs5.5

    I seek extensions for dreamweaver 5.5

    Hi bozosky14,
    Welcome to Adobe Forums. See https://www.adobe.com/cfusion/exchange/index.cfm?event=productHome&exc=3 for DW extensions.
    Thanks,
    Preran

  • Adobe AIR 1.5.2 Extension for Dreamweaver CS3

    I downloaded what I thought to be the updated version of Adobe AIR Extension for Dreamweaver CS3 for the new AIR 1.5.2 release, but it looks like the extension (Adobe_AIR_CS3.mxp) is still the 2008 version (exactly the same file size, and Dreamweaver overwrites the version number I manually input ("1.5.2") in the Adobe AIR configuration file with "1.5".
    Attention Dreamweaver and Adobe AIR teams: when will the extension be updated for AIR version 1.5.2?
    Thanks!

    Hum... did u set the Window to transparent???
    I don't use Flex, I use flash... here is my code...
    In AIR:
        //create the init options
        var options:NativeWindowInitOptions = new NativeWindowInitOptions();
        options.transparent = true; // set to transparent true
        options.systemChrome = NativeWindowSystemChrome.NONE;
        options.type = NativeWindowType.NORMAL;
        //create the window
        var newWindow:NativeWindow = new NativeWindow(options);
        newWindow.title = "A title";
        newWindow.width = 600;
        newWindow.height = 400;
        newWindow.stage.align = StageAlign.TOP_LEFT;
        newWindow.stage.scaleMode = StageScaleMode.NO_SCALE;
         // create html loader that will contain the SWF.
        var ld:HTMLLoader = new HTMLLoader();
        ld.width = newWindow.width;
        ld.height = newWindow.height;
        newWindow.stage.addChild(ld);
        //activate and show the new window
        newWindow.activate();
         // Load the html file... Case1.html
        ld.load(new URLRequest("Case1.html"));
    CASE 1.HTML CONTENT
    <html>
    <body>
    <embed src="Case1.swf" quality="high" bgcolor="#ffffff" width="550" wmode="transparent"
    height="400" name="Case1" align="middle" allowScriptAccess="sameDomain" allowFullScreen="false"
    type="application/x-shockwave-flash" pluginspage="http://www.adobe.com/go/getflashplayer" />
    </body>
    </html>
    I see nothing... Any ideas??? do I need to update my flash plugin ?

  • Adobe AIR extension for Dreamweaver

    I am unble to get the .mxp extension file in the path (Download the Adobe AIR Extension for Dreamweaver here: http://www.adobe.com/products/air/tools/ajax/) that mensioned in Adobe Community Help.
    How can I  get the .mxp file...??

    Thanks very much playframe. Excellent sleuthing.
    How stupid of Adobe to direct you to a website (http://www.adobe.com/products/air/tools/ajax/) that has no download. And since when did anything exist on Macromedia.com anymore? Does anyone even remember that company anymore

  • JQuery Mobile 1.2.0 Extension for Dreamweaver CS6

    This is just to ask when are you going to publish the jQuery Mobile 1.2.0 Extension for Dreamweaver CS6 in your Dreamweaver Support Center?

    Moving this discussion to the Dreamweaver extensions forum.

  • How do I get ColdFusion 10 extensions for Dreamweaver CS6?

    I can't find the ColdFusion 10 tags extension for Dreamweaver CS6 on Adobe's update website. I replaced my computer and would like to install them on my new computer. Do they still exist? If so, where do I go to download them?
    Thanks for your help.

    DW has dropped support for CF.
    But see if this discussion helps.
    Dreamweaver CC Coldfusion 10 extension?
    Nancy O.

  • Extensions For Dreamweaver 8 and CFMX 7

    Just upgraded from ColdFusion 5 to ColdFusion MX 7. Have been
    using Studio 8 with of course, Dreamweaver 8, for the last 7
    months.
    The CF7 MX upgrade package comes with an 18 meg .MXP file,
    entitled: CF7 Extensions For Dreamweaver MX. Should I install this
    in my Dreamweaver 8 Extensions? Or does DW 8 already come with
    most, or ALL of these? In other words, are they only designed for
    DW MX? Is there anything at all to be gained by installing these
    extensions, or perhaps something to get "messed up", like an
    existing extension being overwritten by an older one in the 18 meg
    upgrade file?
    Also, most of the extensions seem to be for that Enterakt
    product, which doesn't support SQL Server or Oracle, right? Which
    is what I use.
    Or should I just ignore this 18 meg file? Or just go ahead
    and install it? Appreciate any help/advice. Thank you.
    Gary

    The CF7 extensions were designed to add extra capabilities to
    DWMX. They
    were built into DW8.
    Paul Whitham
    Certified Dreamweaver MX2004 Professional
    Adobe Community Expert - Dreamweaver
    Valleybiz Internet Design
    www.valleybiz.net
    "Gary1" <[email protected]> wrote in message
    news:edhbat$npe$[email protected]..
    > Just upgraded from ColdFusion 5 to ColdFusion MX 7. Have
    been using
    > Studio 8
    > with of course, Dreamweaver 8, for the last 7 months.
    >
    > The CF7 MX upgrade package comes with an 18 meg .MXP
    file, entitled: CF7
    > Extensions For Dreamweaver MX. Should I install this in
    my Dreamweaver 8
    > Extensions? Or does DW 8 already come with most, or ALL
    of these? In
    > other
    > words, are they only designed for DW MX? Is there
    anything at all to be
    > gained
    > by installing these extensions, or perhaps something to
    get "messed up",
    > like
    > an existing extension being overwritten by an older one
    in the 18 meg
    > upgrade
    > file?
    >
    > Also, most of the extensions seem to be for that
    Enterakt product, which
    > doesn't support SQL Server or Oracle, right? Which is
    what I use.
    >
    > Or should I just ignore this 18 meg file? Or just go
    ahead and install
    > it?
    > Appreciate any help/advice. Thank you.
    >
    > Gary
    >

  • Where's the Adobe AIR Extension for Dreamweaver CS5

    I see only the Adobe AIR extension for Dreamweaver CS3 and CS4. Where's the AIR extension for Dreamweaver CS5?
    ~Oscar

    We expect to have an updated extension out in the next few weeks. Please stay tuned for an announcement on our blog here: http://blogs.adobe.com/air/
    Rob Christensen
    Product Manager, Adobe AIR

  • Where can I get the Adobe AIR extension for Dreamweaver CS5.5 ??

    I am either going insane or all the links I can find are broken.
    http://www.adobe.com/products/air/tools/ajax/ redirects to http://www.adobe.com/devnet/air.html, which has no apparent download link.
    Any help most welcome.

    I have been looking for the past couple of weeks.  Some dweeb at adobe decided to redirect all URLs that had "air" in them to the stupid dev site that of course has no information on it about dreamweaver (except to buy it). It would be logical to put something big on the right side that says "if you got here to download the adobe air extension for dreamweaver it has been moved to here..... I guess nobody is monitoring the thousands of redirects from the air/tools/ajax and might say.. hey I should fix that.....

  • Yahoo Merchant Solutions Extension for Dreamweaver MX 2004 Trial Version

    I have a licensed version of Dreamweaver MX 2004 at home, as
    well as the downloaded extension for Yahoo Merchant Solutions that
    enables me to add the shopping cart. However, I am currently
    working offsite and needed to download a trial version of
    Dreamweaver to work on my pages while I was not in my office. After
    installing the trial version, I tried downloading the Merchant
    Solutions extension. This extension downloads and installs
    simultaneously and requires Dreamweaver to be closed when
    performing this action. However, when trying to install, it kept
    coming up with a runtime error whenever attempting to start
    Dreamweaver. This is due to the pop-up trial box that appears every
    time Dreamweaver is launched, thus preventing the installation of
    the extension. Since the full version is available for the 30-day
    trial, isn't there some way of bypassing the stupid box that keeps
    popping up everytime so extensions can be installed?
    Also, is there a reliable extension for autosave? I stepped
    away from my desk for about five minutes and found a Windows update
    had occurred before I had a chance to save everything I did in
    Dreamweaver.
    Thanks.

    Phil,
    I believe that the Yahoo Merchant Solutions Extension for
    Dreamweaver
    does not work on DW8, but maybe it has been updated recently.
    Take a look at this TechNote regarding installing the 8.0.2
    updater:
    http://www.adobe.com/go/785362aa
    HTH,
    Randy
    > I am having trouble opening two files that I have
    downloaded for Dreamweaver 8.
    > One is the Dreamweaver 8.0.2 updater. The other is the
    Yahoo Merchant
    > Solutions Extension for Dreamweaver. I can download the
    files to my harddrive,
    > but I cannot open them I am using a Windows XP SP2
    operating system.
    >
    > I use a Windows XP SP2 laptop as a back-up computer, and
    on this laptop, I
    > have had no problem downloading and installing both of
    these Dreamweaver files.
    >
    > Sooooooo, there seems to be a problem with my desktop
    computer. I have tried
    > turning off all antivirus and antispyware and firewalls
    when doing the
    > download, but that does not help. It is worth noting
    that I am having no
    > problems downloading updates for other software programs
    on my computer, so the
    > problem is somehow Dreamweaver specific.
    >
    > Can anyone be of help with this problem?

Maybe you are looking for

  • G570 - Installed Suse 12.3 when rebooted had no display

     Installed Suse 12.3 64bit on my G570 as dual boot and all was well until asked to reboot and then had no display on screen, however trying remote display via PC cable or HDMI is okay. My G570 is a 4334 with a 2.30GHz i5, 4GB RAM & ATI Graphics. Any

  • Out of sync exports

    Hi, we have this recurrent but intermitent problem: When exporting (sharing) in Master File mode, Apple ProRes 422 with Roles as Multitrack (8 mono tracks), some of our projects are out of sync by a frame. This we can see with a one frame 1khz beep s

  • How to see who deleted the Object

    Hi Gurus Would you please advise if some data target or transformation is deleted from the BW system how to know who deleted the objects? Thanks

  • Help on Partition Key .

    Team , I'm tasked to gather some stats to decide on Partition Key for our Orders table . It has about 54288107 rows and i need to justify between Order_ID and Insert_Date for ideal partition key . CREATE TABLE [dbo].[WEb_Order]( [order_id] [int] NOT

  • How do I add cells, but only if certain criteria are met first in other cells?

    I have a little problem in working this out, I can't! I can add cells & alike, but more complex working are an unknown to me. Any help here would be greatly appreciated. I've three cells in a row C4 with 5 in, D4 with 3 in & E4 with 1 in. I'd like to