Dreamweaver PhoneGap Build Service required signing key.

I tried to upload my HTML5 to PhoneGap Build, Site > PhoneGap Build Service > PhoneGap Build Service, then a window pop up:
After some research, i found out that the signing key is actually refer to IOS but i intent to upload to Android only. So, i won't need the signing key. Is there some setting that i need to paid attention?
Note: I also have download the Adt bundle but i didn't download phonegap into my computer (Some article mention it can be done online.) I also registered with the Andriod developer already.

To compile your Android apps to the latest standards, go directly to Phone Gap Build web site.
Adobe PhoneGap Build
Nancy O.

Similar Messages

  • Dreamweaver 6/PhoneGap Build Service Android Key Question

    I just recently upgraded to CS6 and am excited to use the mobile sutff. I have been a CFer for years and using Jquery for a long time and have been using JQM more and more. Now I want to evolve from a web developer into an app developer. I thought the cool integrations within DW6 would be a good way to start.
    So I watched Greg Rewis' intro video to get a flavor of things. I set up my first app site. I then created a simple JQM page to test with. I then downloaded the Android SDK (which is what I am starting with, but plan on branching out to the other OS'). I created an AVD, created a keystore and all that. I then went through the process of attaching my keystore to my PhoneGap Build Service account. That all went well, although it did not ask me to make it the default and I am assuming that is because it is the only key at this point...just a note for copywriters.
    I then went back to DW to go through the PhoneGap Build Service panel to create my first app to play with. Here si where I ran into an issue. The PhoneGap Build Service panel asks for a key under the Android section (which I expected), but when I clicked on the drop down where it said none, that is all that was there. The key I uploaded to my PhoneGap Build Service account was not listed. I even logged out and logged back in, shut down DW and reopened it and nothing I did caused it to display. Can someone please point me in the right direction? If I can get this last piece of the puzzle, I can begin cranking through some code.
    Thanks in advance,
    Clay

    As long as you are signing into the same account in DW as you are on the PhoneGap Build website, any keystores you uploaded would be available inside of Dreamweaver.
    Highly recommending posting on the PhoneGap Build community site, where you'll get better answers regarding the functionality of the PhoneGap Build website and keystores: http://community.phonegap.com/nitobi/products/nitobi_phonegap_build

  • 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

  • PhoneGap Build Services, unable to sign in.

    Hello
    Trying to sign in with DWCS6 PhoneGap Build Service using the same credentials used to login and access CC and build.phonegap.com. DW invalid email or password, but the details I provide are correct.
    Do I need to update any other configuration to access Build Services using DW.
    BTW, I'm haven't fully installed Eclipse & the ENV for Android.
    Any ideas?
    Thank you.

    Hi - thanks for your prompt reply.
    Well -- I changed my password to an older pass, and I could login to Build in DW CC!. So, both PG & ACC accounts have this previous password. But, sure, NOW, img shows the drop down, as expected, and I can continue to platform list ... sorry, really not sure why earlier issue happened, I should have tried reverting back to old pass before, but I thought it might have been a extra unknown config option on my side - the password used earlier during this thread was 15ish mix of alphanum and special characters, maybe DW (probably not) had an issue with this epic password.
    humm, thanks for the link on setting up in DW CC btw..., so, as per screen grab, all is OK I guess...
    Sorry for the confusion.

  • Adobe CS6 PhoneGap Build Service JavaScript error: At line 565

    Hello everyone,
    We need some help, when I click on REBUILD APPLICATION (PhoneGap Build Service) I get a dreamweaver pop up box that says:
    While executing onClick in PhoneGap Build Service.htm the following Java error:
    At line 565 of file "C:\Program Files (x86)\Adobe\AdobeDreamweaverCS6\Configuration\PhoneGapBuildPlugin\js\PhoneGapPlugin.js": Keys has no properties
    What can I do to solve this?
    Thanks

    Hi billabear.
    Charbarred is correct that the answer lies in that discussion; however, there are multiple answers in there and it may be unclear exactly what the solution is. Essentially, you need to re-create the project settings file for the app you are building, since it contains erroneous data.
    See the response from Ken Barklage in the same discussion Charbarred mentioned: http://community.phonegap.com/nitobi/topics/dreamweaver_now_cant_build_after_todays_update _please_help#reply_10869042

  • Phonegap Build Service

    Hi all,
    i'm facing an infinite "Build Queued..." from the PBS panel.
    The phonegap status is "Good, Slow, Slow", may be this be the problem?

    LaurieFrick wrote:
    Confusion is that several tutorials say FIRST go to the site --> phonegap build service and create a site. I think Adobe might be missing some basic 'how-to' with CS6.
    Basically, the PhoneGap Build process goes like this:
    Create an account at https://build.phonegap.com/.
    In Dreamweaver CS6, create a new site. The site must contain only files that are part of the app. There should be nothing else, because Dreamweaver uploads everything in the site root to PhoneGap Build.
    Create an HTML page called index.html, and include the following script tag in the <head>:
    <script src="phonegap.js"></script>
    You don't need a copy of phonegap.js in your local site, but the <script> tag is required to make use of the PhoneGap API in your application.
    Build your app by adding a style sheet, content, and JavaScript.
    When you're ready to compile the app, go to Site > PhoneGap Build Service > Phone Gap Build Service.
    Log into PhoneGap Build, using your account credentials.
    If it's a new project, Dreamweaver tells you that a project settings file wasn't found. Select Create New Project, and click Continue.
    Dreamweaver automatically uploads the files from the site, and starts building the app, which you can download once done.
    Each app needs a file called config.xml. If you haven't created one, Dreamweaver creates a boilerplate one for you, which you need to edit and then rebuild the app. Details of how to create config.xml are in the docs on the PhoneGap Build site.
    I created a series of videos explaining the process from start to finish in my Dreamweaver CS6 New Features course. The course isn't free, but it's relatively inexpensive and might help you if you're still stuck.

  • Phonegap Build service Error

    I have DW CC  2014.0 Release. When I run Phonegap Build service , I get the message: Failed to get a list of keys. How do I fix this problem.

    as subhadeep_banerjee said -----
    Hello JumanaT,
    Dreamweaver’s direct integration with PhoneGap Build to package mobile applications is no longer supported "in all versions".
    So, even if you are using DW CC 2014.0 you would NOT be able to use the integrated service from within DW. Use the cloud service instead, as suggested by others.

  • How to fix "server problem" error message when trying to use PhoneGap build service.

    I have a site that is now optimized for mobile devices and want to use the PhoneGap Build service in Dreamweaver CS6 to make a native app.  Unfortunately, I keep getting the "We seem to be having server problems." error message when I try to create a new project.  I did notice that the configuration file was created at the site root.  I've seen a few other similar threads on this, but no solution.  I've checked on any firewall issues (none) and know that the PhoneGap server is not down.  The problem is on my end.
    Thanks,
    Loren

    Not an answer to the server problem, but I have posted the PhoneGap Build process here: http://forums.adobe.com/message/4669054#4669054. It might help anyone still having problems.

  • 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

  • PhoneGap Build Service 'build error'

    I'm having trouble with Dreamweaver CC and PhoneGap Build Service. I get 'build error' and when I click the 'view' button it says 'Failed to upload application'. (I'm building for Android only.) And on build.phonegap.com the name of my app has changed to 'PhoneGap Build Project' Why? It had the right name before... And the version says 1.0.0, which is also wrong. The app ID is: 819335

    Hi,
    Can you please follow the below mentioned steps:
    1. Quit Dw.
    2. Please navigate to the following location:
    Win: C:\Users\{username}\AppData\Roaming\Adobe
    Mac: /Users/{username}/Library/Adobe
    3. Delete the folder "PGB"
    4. Relaunch Dw and login to PGB and continue with your scenario.
    Let me know if the issue still persists.
    Thanks,
    Srivatsa

  • How can I sign an app made with PhoneGap Build?

    HI,
    I have set up the PhoneGap Build service and created an account so I can make an app and upload it to my mobile phone.
    Now I have reached the point where I would like to sign it and upload it to Google Play.
    I have a developer account and I have filled in all data, made screenshots and icons and description for the app etc.
    When I try to upload it to Google play it says "Upload failed..." and that I need to disable debugging.
    I have tried to find information about how to do this and I have installed the SDK packet and even successfully set up the path in the Settings for PhoneGap Build without any protests..
    Now what?
    I have read trhe documentation on how to make a private key with keytool using the cmd in windows an the key has been uploaded to my account on the phonegap build site.
    Now according to the doc in phonegap build this key should be used signing the app that I made in dreamweaver. So I recreated the app in Dreamweaver and downloaded it and then tried to upload it on Google Play.
    Still the same problem that the app is in debug mode. This means that phone gap build is not doing it's job as it should or maybe that my key is not working.
    So my question first is, how can I see if the key is properly generated with keytool?
    My next step is to manually sign the app.apk file with the jarsigner tool so I tried to do this accordingly to the sample in the android documentation.
    This a screenshot of my attempt and the error-message in the command line:
    It feels like I have done everything by the book but still my app is not signed and not valid to upload to Google Play for public download.
    Please give me some assistance in how to create this last little but so hard step.
    Thanks!
    Micke
    Message was edited by: MickeBergman

    I got it solved...
    If anyone else has done the same mistake as I did then have a look here.
    You just have to create the key with keytool using the command line (cmd.exe)
    Here is the guide how to do it (scroll down to "1. Obtain a suitable private key")
    Use the example, it works fine.
    Then upload it to your PhoneGap Build account by logging in to build.phonegap.com
    Then under your account settings upload the yourkey.keystore file and unlock it.
    Then under Apps click your uploaded App title to come into the details of the app.
    Then (and this is what I missed and therefore didn't get it signed and released) choose the key you uploaded from the fold down menu at the right hanbd of the android logo
    Then click Rebuild and when it's done rebuilding you simply download it and it will have a YourApp-release added to the file name and you're set!
    Pheeeww this was a horrifying experience and yet so simple solution... strange noone else has experienced this before me.
    At the end I have to really salute Dreamweaver who has made such a great tool to easily make your own apps.

  • Dreamweaver cc and phonegap build

    I'm going crazy trying to sort this out - I have built a mobile app. and am trying to use the phonegap build service in dreamweaver.
    I have logged in and and created a new project and there it seems to hang asking me to insert Passwords for Android and Blackberry.
    I'm new to this and confused, none of the tutorials show entering a password (except of course for iOS).
    If I do need these where do I get them from?
    Somebody ease my aching head please!!
    Ian

    You'll need to setup signing keys for each platform you're building for. More info here: https://build.phonegap.com/docs

  • How to install PhoneGap Build for Dreamweaver CC 2014?

    I originally posted this to the PhoneGap Build forum but it occurred to me that it is more of a Dreamweaver problem.
    Creative Cloud helpfully installed the latest version of Dreamweaver for me (CC 2014). When I click on the PhoneGap Build Service menu item (under Site) I get a message that it is now an add-on I have to install. I eventually end up at this page - https://creative.adobe.com/addons/pro... with absolutely no clue on how to download or install it. The only useful-looking link on the page: 'Get this Add-on for CS6' just takes me around in a big circle back to this page. What am I missing? The troubleshooting tips under 'Where to find it' just say 'If you have followed the instructions shown...'. What instructions? Where?
    Helppparrrggghhhaccck!

    The problem I have is that no button there is where 'download' and not be as to download this extension of the "phonegap". 
    I see that there are many people in the network with the same problem.
    Any comments are appreciated

  • 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

  • Phonegap build extension not available for dreamweaver cc trial

    Trying to package up my application for android and ios and hit the problem of phonegap build service.
    When on the addon page of Adobe, the link for phonegap build says "Free with subscription", therefore have to pay.
    Yet everywhere on websites say that the addon is free for dreamweaver cc trial.
    Any help?

    still not available without subscription

Maybe you are looking for

  • How to avoid printing a blank page when there is 'no data' in the report.

    how to avoid printing a blank page when there is 'no data' in the report.

  • How to do create data type for coulmn name as QS$FGD .

    hi , In my database i have a column as QS$FGD. How do i map it in XI , since $ is not accepted when u create a data type. One way is to give alias at the databse level for the column . is there any other way to slove it . Thanks amit

  • Dynamic scrap mapping in to SAP

    Hai All, I am having scenario like this... for finished product based on the order qty system should take different assembly srap percentage like. For order qty 0 to 100 it is 10%  , From 100 to 200 it is 20% , from above 200 it is 15% like this. Is

  • Unzip rar file by using ssis

    Hi i need to extract the rar file by using execute process task for this i used the executaables as C:\PROGRAM FILES\WinRAR\WinRAR.exe arguments  -e c:\users\sbattula\desktop\newfolder\ACC01_q_20120609.PART01.RAR -O+ -o+ warning window is displayed ,

  • Intel iMac 17 inch replacement lcd???

    hello all, i need a new lcd for my 2006 c2duo imac 17 inch, the lcd is a LM171w02-TL B2 but im have trouble finding one anywhere for a sensible price. Ebay maybe the last option! Does anyone know if a compatible PC monitor lcd would fit? I know that