Phonegap in Dreamweaver CS5.5

后端 未结 1 2027
执笔经年
执笔经年 2021-01-03 14:41

What is the version of Phonegap used by Dreamweaver CS5.5? I\'ve tried to replace the default phonegap.js file with the latest version

相关标签:
1条回答
  • 2021-01-03 14:44

    Upgrading the phonegap of adobe dreamweaver cs5.5

    1. Download latest phonegap version.
    2. Extract the downloaded zip file
    3. Open the “Android” folder in the extracted zip.
    4. Remove version from the filenames: Rename phonegap.1.3.0.jar to phonegap.jar and phonegap.1.3.0.js to phonegap.js
    5. Copy and overwrite phonegap.js to C:\Program Files (x86)\Adobe\Adobe Dreamweaver CS5.5\configuration\NativeAppFramework\DWPhoneGap\android\PhoneGapApp\assets\www
    6. Copy and overwrite phonegap.jar to C:\Program Files (x86)\Adobe\Adobe Dreamweaver CS5.5\configuration\NativeAppFramework\DWPhoneGap\android\PhoneGapApp\libs
    7. Copy the folder “xml”, with the plugins.xml file in it, to C:\Program Files (x86)\Adobe\Adobe Dreamweaver CS5.5\configuration\NativeAppFramework\DWPhoneGap\android\PhoneGapApp\res
    8. In your existing mobile phonegap application, replace the old phonegap.js with the new one. And also delete previously builds binary folders like (“com.yourcompany.application_Android”)

    http://www.eracer.de/dreamweaver-5-5-update-to-latest-phonegap-version-android/

    0 讨论(0)
提交回复
热议问题