First, phonegap can use HTML5 + js to develop apps on Android and iPhone. Today, I just started to use the simplest method: dreamweaver5.5 + Android SDK + phonegap. There seems to be a lot of reference materials for online tutorials, but it won't be successful if you do it based on the materials.
For more information, see the Tutorial: use Dreamweaver 5.5 + jquery + phonegap to develop mobile apps.
However, in actual operations, the android simulator cannot run correctly and an error is returned. The following article solves the above error and builds the Dreamweaver cs5.5 + phonegap mobile development environment.
However, I do not know how to operate the ADB command (I have never used an Android phone ), you can use the method described in the following article to install the APK file on the android Simulator-the ADB Application
But the ADB command is not an internal command and needs to be downloaded (environment variables can be set),: http://www.angeeks.com/thread-1245642-1-1.html
It can run successfully. Cut down the figure
It indicates that the phonegap installed in this method is version 0.9. 1.5 of the need for additional processing: Change the cordova-1.5.0.jar to phonegap. jar, change the cordova-1.5.0.js to phonegap. JS and copy to c: \ Program Files (x86) \ Adobe Dreamweaver cs5.5 \ Configuration \ nativeappframework \ dwphonegap \ Android \ phonegapapp \ under the corresponding \ libs and \ assets \ www folder.
With an android environment (official site instructions are incorrect): http://www.adobe.com/devnet/html5/articles/getting-started-with-phonegap-in-eclipse-for-android.html