Phonegap in Dreamweaver CS5.5

三世轮回 提交于 2019-11-29 23:27:35

问题


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 which gave error. Is it good idea to replace the existing phonegap.js file with latest version?


回答1:


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/



来源:https://stackoverflow.com/questions/8643581/phonegap-in-dreamweaver-cs5-5

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!