Dreamweaver Help | Packaging web applications as native mobile applications with PhoneGap Build

This question was posted in response to the following article: http://helpx.adobe.com/dreamweaver/using/packaging-web-apps.html

Hi, I have a question.
(Quick explanation) I have dreamweaver cs6, I created an android app, a run the emulator and everything seems to be ok with the app, I download the .apk and everything ok so far, but when i wanted to upload it to Google Play i need to sign it, but I search all the web somehow to sign it and i did not find anything to sign an app made with dreamweaver and Phonegap, just those made with Eclipse.
My question:
Is there anyway to export driectly from Dreamweaver to Eclipse as a project? so i can export it and sign it...
if Not, How can i convert those html files made with dreamweaver to Eclipse files, so I can use Eclipse to sign and generate the keystore file
or, How can I generate a keystore file to sign an app made with Dreamweaver?
Thakns.

Similar Messages

  • Packaging web applications as native mobile applications (PhoneGap Build extension workflow)

    This question was posted in response to the following article: http://helpx.adobe.com/dreamweaver/using/packaging-web-apps

    You can customize the icon on https://build.phonegap.com, but for other customizations like the splash screen, you are correct that you would edit the config.xml file. After editing it on your machine, uploading it to the PhoneGap:Build website and then rebuild the app to see the changes.
    For more info, see: https://build.phonegap.com/docs/config-xml

  • Question about Dreamweaver Native Mobile Apps with PhoneGap

    I am trying to determine the best way to build an app for my business.  It doesn't need to be anything fancy, but needs a clean UI that is easy to navigate and interfaces with an online database.  The PhoneGap intergration with Dreamweaver 5.5 seems really intriguing, but before I spend the $650 to upgrade my creative suite, I had some questions.
    Doing some research, I have found multiple references to apps created in this way running slowly.  Noticable lapses on button pushes, pages loading slowly, etc.  Is this an issue and if it is, is there any way to get around it? 
    Idealy, I would deploy my app to both Android and iOS devices, how smoothly does that run?  I have some basic knowledge of both Java and Objective-C, but using dreamweaver seems to be quite a timesaver.
    If anyone has any input or comments about using Dreamweaver to create native mobile apps I would love to get some feedback.  Thanks!

    PhoneGap builds mobile apps with HTML, CSS, and JavaScript. You cannot use a server-side language, such as PHP, with PhoneGap.
    Presumably, you want to connect with a MySQL database on a remote server. To do so, you would need to use Ajax to send and receive data from the MySQL database. You can use jQuery to send and receive data as JSON. PHP has JSON functions that decode and encode data as JSON strings.
    How difficult or easy you would find setting this up depends on your knowledge of jQuery and PHP. I don't know of any tutorials that show how to pull everything together for PhoneGap, but it shouldn't be too difficult to find tutorials for using jQuery Ajax to communicate with MySQL.

  • Introduction to PhoneGap Build - Building your first app | Building Mobile Apps with PhoneGap Build | Adobe TV

    In this video you will learn how easy it is to build and update your first mobile app using web technologies with the Adobe PhoneGap Build cloud service and learn about two new great improvements to speed developer workflow!
    http://adobe.ly/18qDiVR

    I just installed the latest Edge Code but there's no PhoneGap build icon as seen in the video.  I don't see any way to turn this feature on.

  • Dreamweaver CS5.5 - Creating a Native Mobile Application | CS5.5 Web Premium Feature Tour | Adobe TV

    In this video we'll explore how you can configure a Dreamweaver CS 5.5 site to build a native mobile application using the popular PhoneGap framework - and deliver rich native applications to iOS and Android without needing to learn new languages or tools.
    http://adobe.ly/xjc2Y9

    Hi, I have a question.
    (Quick explanation) I have dreamweaver cs6, I created an android app, a run the emulator and everything seems to be ok with the app, I download the .apk and everything ok so far, but when i wanted to upload it to Google Play i need to sign it, but I search all the web somehow to sign it and i did not find anything to sign an app made with dreamweaver and Phonegap, just those made with Eclipse.
    My question:
    Is there anyway to export driectly from Dreamweaver to Eclipse as a project? so i can export it and sign it...
    if Not, How can i convert those html files made with dreamweaver to Eclipse files, so I can use Eclipse to sign and generate the keystore file
    or, How can I generate a keystore file to sign an app made with Dreamweaver?
    Thakns.

  • Oracle ADF Mobile Framework for native mobile applications

    Hi All,
    Has anybody tell me the roadmap from Oracle for the new release of Oracle Mobile Client (Native Mobile Application Development).
    What is the tentative release date for the new framework?
    Regards,
    Muthulakshmi

    We are all waiting :(
    Oracle generally don't give dates (or they are ambiguous). So all you can do is wait. Do you already visited the adf mobill page http://www.oracle.com/technetwork/developer-tools/adf/overview/adf-mobile-096323.html ?
    Timo

  • Flex iPad Application : Run code before application enters background  Application Type: Flex Mobile Application Target Platform: iPad AIR Version: 4.0 Development Environment: Flash builder 4.6  I want to run some code just before iphone application goes

    Application Type: Flex Mobile Application
    Target Platform: iPad
    AIR Version: 4.0
    Development Environment: Flash builder 4.6
    I want to run some code just before iphone application goes into background. I need function similar to didEnterBackground
    of native xcode app
    (https://developer.apple.com/library/ios/documentation/UIKit/Reference/UIApplicationDelegat e_Protocol/Reference/Reference.h
    tml#//apple_ref/occ/intfm/UIApplicationDelegate/applicationDidEnterBackground:)
    I tried using devactivated function of flash.display.STAGE.
    I used following addEventListener:
    STAGE = this.parent.stage;
    STAGE.addEventListener(Event.DEACTIVATE, onAppDeactivated);
    It worked for me but only when device is connected to development environment in debug mode. When I create my release build
    it is not working.
    So how can I make sure that my code runs before application goes into background.

    Even I am facing almost same issue
    Problem installing Adhoc version to iPhone and iPad - Development Environment Is - Adobe Flash CS6

  • Invoking a Web Service from a mobile application

    Hi all,
    I have installed Sun Wireless Toolkit 2.5.2 for CDLC and MTJ.
    I want to invoke a web service from an MTJ Application and I have not a clue of how to start.
    First let me say I am working with RSA (which is over Eclipse)
    My first attempt was creating the web service client and then try to convert it into a mobile application (through the use of MTJ --> Convert to Midlet Project)
    I found 4 errors when doing so:
    First was solved changing the jre to 1.6.
    I am still dealing with the following three:
    * Error preverifying class mipaquete.MiServicioService
    java/lang/NoClassDefFoundError: javax/xml/ws/Service
    * Error preverifying class mipaquete.ObjectFactory
    VERIFIER ERROR mipaquete/ObjectFactory.createMiOperacion(Lmipaquete/MiOperacion;)Ljavax/xml/bind/JAXBElement;:
    Illegal type in constant pool
    * Type mipaquete.MiServicioPortProxy$Descriptor Error preverifying class mipaquete.MiServicioPortProxy$Descriptor
    VERIFIER ERROR mipaquete/MiServicioPortProxy$Descriptor.getDispatch()Ljavax/xml/ws/Dispatch;:
    Illegal type in constant pool
    I only started to solve the first one. I assumed that I have to add the right .jar to manifest file (please let me know if I am wrong). I tried to do by adding the textual classpath rt.jar, however I am not able to give it the right path:
    C:\Archivos de programa\IBM\SDP\runtimes\base_v7_stub\java\jre\lib\rt.jar (even though I split the too long sentence into two and I include an space at the beginning of the second, I still get an error when saving)
    I would appreciate any help
    A) to solve the existing problems
    or
    B) To create a web service client in an EclipseME application through any other method.
    Thank-you very much in advance,
    Guadalupe
    PS Any clue is welcomed!!

    Hello rss,
    If you want to invoke a web service from a JCD you will have to build the SOAP message using JAX-RPC or AXIS and then programmatically creat an HTTP connection.
    Or you can leverage the HTTP(S) eWay and then you only have to build the SOAP message.
    Or use eInsight. You can import a WSDL into eInsight and eInsight will offer you a business process Activity to invoke the web service operations defined in the WSDL.

  • Guide for creating native mobile applications in windows mobile?

    could someone suggest me or provide a guide to create native applications sup windows mobile?

    Hi Carlos,
    If you are referring to SMP 3, Odata SDK is not supported for Windows (windows support is planned for future). Still you can develop Windows apps using REST APIs. Ex. SyBooks Online.
    REST API is available from SUP version 2.2. If you follow REST API approach for development of windows apps in older SMP versions it will be easy to migrate to SMP 3. More info:SUP/SMP 2.x vs. SMP 3.0 - Migration effort
    Regards,
    Midhun VP

  • Help required on MSCA and WMS - Mobile Application

    Hi all
    I need to make some changes in MSCA - mobile application. As I am new to mobile applications.. I would like to know how can we get the page details of the menu or the page to get the exact filename which is being referred. This is so that I can download and make changes to the same file.
    Regards
    Ali

    Hi Aliv,
    The Oracle Whitepaper "Customization of Oracle Mobile Supply Chain
    Applications and Oracle Warehouse Management System" suggests how an
    application developer or consultant could customize the mobile pages to
    provide a specific look and feel to the customer or to support a company's
    specific business logic. This is available on Metalink here
    @ https://metalink.oracle.com/metalink/plsql/ml2_documents.showDocument?p_databa
    se_id=NOT&p_id=301926.1
    The "Advanced Barcode Strategies" White paper may also be a useful source of
    information. This provides details on out of order scanning and custom scan
    capabilities This is available on metalink here:
    @ https://metalink.oracle.com/metalink/plsql/ml2_documents.showDocument?p_databa
    se_id=NOT&p_id=297992.1

  • Transforming a flash application to flex mobile application

    Hello everybody, I have been tried of transfom this flash application
    http://blog.flexexamples.com/2007/08/02/finding-a-pixels-color-value-using-the-bitmap-clas ses-and-getpixel/
    to flex mobile application, but I have many errors with the components. Also when I try to load image, on the flash builder the image, we can see the image loaded but when I try run on virtual device, the image can´t views.
    I ask help...Thanks

    try searching for Java NT service string on google and u will come out with many solutions.....
    hope this is the best answer... i can give u.....

  • I have Dreamweaver CS6 desktop, and can I publish mobile apps with it by subscribing to the creative cloud?

    I would like to use my Dreamweaver CS6 to publish mobile app. Can I do it by subscribing to the cloud?

    To compile your mobile app for Android, iPhone, etc... go directly to PhoneGap Build
    http://phonegap.com/
    Nancy O.

  • Mobile apps with phonegap + mysql ?

    Hi,
    i was searching for a long time but didn't find answers. is it possible to show database-driven content within mobile apps made with dreamweaver cs6 ?
    If so, are there any examples or tutorials on the adobesite or elsewhere?
    Looking forward for any answer :-)

    PhoneGap builds mobile apps with HTML, CSS, and JavaScript. You cannot use a server-side language, such as PHP, with PhoneGap.
    Presumably, you want to connect with a MySQL database on a remote server. To do so, you would need to use Ajax to send and receive data from the MySQL database. You can use jQuery to send and receive data as JSON. PHP has JSON functions that decode and encode data as JSON strings.
    How difficult or easy you would find setting this up depends on your knowledge of jQuery and PHP. I don't know of any tutorials that show how to pull everything together for PhoneGap, but it shouldn't be too difficult to find tutorials for using jQuery Ajax to communicate with MySQL.

  • Eclispe e4 application in part class open with scene builder time ERROR

    com.oracle.javafx.authoring.persist.FXMLDocument$FxmlParseException: Failed to load FXML file
    at com.oracle.javafx.authoring.persist.FXMLDocument.makeParseException(FXMLDocument.java:400)
    at com.oracle.javafx.authoring.persist.FXMLDocument.load(FXMLDocument.java:311)
    at com.oracle.javafx.authoring.persist.FXMLDocument.checkLayout(FXMLDocument.java:239)
    at com.oracle.javafx.authoring.persist.FXMLDocument.checkLayout(FXMLDocument.java:224)
    at com.oracle.javafx.authoring.Project.forFxml(Project.java:835)
    at com.oracle.javafx.authoring.Project.forFxml(Project.java:807)
    at com.oracle.javafx.authoring.DesignerTool.loadFXMLLayout(DesignerTool.java:197)
    at com.oracle.javafx.authoring.DesignerTool.loadFXMLLayout(DesignerTool.java:185)
    at com.oracle.javafx.authoring.DesignerTool.commonInit(DesignerTool.java:513)
    at com.oracle.javafx.authoring.DesignerTool.init(DesignerTool.java:457)
    at com.oracle.javafx.authoring.SceneBuilderLauncher$RunningWithJMXInstance.launch(SceneBuilderLauncher.java:71)
    at com.oracle.javafx.authoring.Main.start(Main.java:72)
    at com.sun.javafx.application.LauncherImpl$5.run(LauncherImpl.java:319)
    at com.sun.javafx.application.PlatformImpl$5.run(PlatformImpl.java:216)
    at com.sun.javafx.application.PlatformImpl$4$1.run(PlatformImpl.java:179)
    at com.sun.javafx.application.PlatformImpl$4$1.run(PlatformImpl.java:176)
    at java.security.AccessController.doPrivileged(Native Method)
    at com.sun.javafx.application.PlatformImpl$4.run(PlatformImpl.java:176)
    at com.sun.glass.ui.InvokeLaterDispatcher$Future.run(InvokeLaterDispatcher.java:76)
    at com.sun.glass.ui.win.WinApplication._runLoop(Native Method)
    at com.sun.glass.ui.win.WinApplication.access$100(WinApplication.java:17)
    at com.sun.glass.ui.win.WinApplication$3$1.run(WinApplication.java:67)
    at java.lang.Thread.run(Thread.java:724)
    Caused by: javafx.fxml.LoadException: javax.xml.stream.XMLStreamException: ParseError at [row,col]:[2,1]
    Message: Content is not allowed in prolog.
    at javafx.fxml.FXMLLoader.load(FXMLLoader.java:2180)
    at com.oracle.javafx.authoring.persist.FXMLDocument$2.call(FXMLDocument.java:301)
    at com.oracle.javafx.authoring.util.Utils.withFXMLDefaultClassLoader(Utils.java:2216)
    at com.oracle.javafx.authoring.persist.FXMLDocument.load(FXMLDocument.java:298)
    ... 21 more
    Caused by: javax.xml.stream.XMLStreamException: ParseError at [row,col]:[2,1]
    Message: Content is not allowed in prolog.
    at com.sun.org.apache.xerces.internal.impl.XMLStreamReaderImpl.next(XMLStreamReaderImpl.java:598)
    at javax.xml.stream.util.StreamReaderDelegate.next(StreamReaderDelegate.java:88)
    at javafx.fxml.FXMLLoader.load(FXMLLoader.java:2150)
    ... 24 more

    Without seeing the file you open is SB we can't help. But to me it looks
    like the FXML is invalid at least for SBs parser.
    Tom
    On 22.07.15 08:12, Lalit Solanki wrote:
    > com.oracle.javafx.authoring.persist.FXMLDocument$FxmlParseException:
    > Failed to load FXML file
    > at
    > com.oracle.javafx.authoring.persist.FXMLDocument.makeParseException(FXMLDocument.java:400)
    >
    > at
    > com.oracle.javafx.authoring.persist.FXMLDocument.load(FXMLDocument.java:311)
    >
    > at
    > com.oracle.javafx.authoring.persist.FXMLDocument.checkLayout(FXMLDocument.java:239)
    >
    > at
    > com.oracle.javafx.authoring.persist.FXMLDocument.checkLayout(FXMLDocument.java:224)
    >
    > at com.oracle.javafx.authoring.Project.forFxml(Project.java:835)
    > at com.oracle.javafx.authoring.Project.forFxml(Project.java:807)
    > at
    > com.oracle.javafx.authoring.DesignerTool.loadFXMLLayout(DesignerTool.java:197)
    >
    > at
    > com.oracle.javafx.authoring.DesignerTool.loadFXMLLayout(DesignerTool.java:185)
    >
    > at
    > com.oracle.javafx.authoring.DesignerTool.commonInit(DesignerTool.java:513)
    > at com.oracle.javafx.authoring.DesignerTool.init(DesignerTool.java:457)
    > at
    > com.oracle.javafx.authoring.SceneBuilderLauncher$RunningWithJMXInstance.launch(SceneBuilderLauncher.java:71)
    >
    > at com.oracle.javafx.authoring.Main.start(Main.java:72)
    > at com.sun.javafx.application.LauncherImpl$5.run(LauncherImpl.java:319)
    > at com.sun.javafx.application.PlatformImpl$5.run(PlatformImpl.java:216)
    > at
    > com.sun.javafx.application.PlatformImpl$4$1.run(PlatformImpl.java:179)
    > at
    > com.sun.javafx.application.PlatformImpl$4$1.run(PlatformImpl.java:176)
    > at java.security.AccessController.doPrivileged(Native Method)
    > at com.sun.javafx.application.PlatformImpl$4.run(PlatformImpl.java:176)
    > at
    > com.sun.glass.ui.InvokeLaterDispatcher$Future.run(InvokeLaterDispatcher.java:76)
    >
    > at com.sun.glass.ui.win.WinApplication._runLoop(Native Method)
    > at
    > com.sun.glass.ui.win.WinApplication.access$100(WinApplication.java:17)
    > at com.sun.glass.ui.win.WinApplication$3$1.run(WinApplication.java:67)
    > at java.lang.Thread.run(Thread.java:724)
    > Caused by: javafx.fxml.LoadException:
    > javax.xml.stream.XMLStreamException: ParseError at [row,col]:[2,1]
    > Message: Content is not allowed in prolog.
    > at javafx.fxml.FXMLLoader.load(FXMLLoader.java:2180)
    > at
    > com.oracle.javafx.authoring.persist.FXMLDocument$2.call(FXMLDocument.java:301)
    >
    > at
    > com.oracle.javafx.authoring.util.Utils.withFXMLDefaultClassLoader(Utils.java:2216)
    >
    > at
    > com.oracle.javafx.authoring.persist.FXMLDocument.load(FXMLDocument.java:298)
    >
    > ... 21 more
    > Caused by: javax.xml.stream.XMLStreamException: ParseError at
    > [row,col]:[2,1]
    > Message: Content is not allowed in prolog.
    > at
    > com.sun.org.apache.xerces.internal.impl.XMLStreamReaderImpl.next(XMLStreamReaderImpl.java:598)
    >
    > at
    > javax.xml.stream.util.StreamReaderDelegate.next(StreamReaderDelegate.java:88)
    >
    > at javafx.fxml.FXMLLoader.load(FXMLLoader.java:2150)
    > ... 24 more
    >

  • DreamWeaver CS6 with PhoneGap Build  error on Android

    I was  building helloworld app on DreanWeaver CS6 via builtin PhoneGap
    all OS build fine accept Android
    Getting Application Error :  tmp/gimlet/workshop/assets/www/res/icon
    I canot find how or where this tmp directory is on my MAC or PhoneGap back end.????
    Any suggestions?
    thanks

    Are you seeing this error consistently? Can you please create a new site and try out again? Or you can login directly  to https://build.phonegap.com/ and check if the building is going fine?

Maybe you are looking for