Cordova 3.0 Configuration
Summary of the installation of some of the issues:
1, must install
- Java JDK, you need to configure the system path, otherwise there will be problems when you add the platform.
- Apache ant, Packaging Tools, with Windows version, you need to configure the system path.
- Android SDK, you need to configure the system path.
It is important to configure the system path value.
2, create the project, and compile. The official website has detailed introduction, must install if all has the corresponding path to set up the way generally does not have too many problems.
3, through the command to compile, in fact, very troublesome, because after the start of ADT, it can no longer operate, so debug you have to reopen the new ADT. and the official website has introduced another way, skipped.
4, at run time, I found that there is a problem when you start hardware acceleration, you will not be able to display pictures (in the case of the default provided example).
Cordova 3.0 Configuration