quochuy3007 / mobile-web-development-with-phonegap

Automatically exported from code.google.com/p/mobile-web-development-with-phonegap
0 stars 0 forks source link

New Project with Cordova 1.4.1 results in error in java file #84

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Create a new project and specify Cordova 1.4.1
2. Select any other project params
3. Finish creation

What do you see instead?
The resulting project .java file has an extra "import" in it:

import import com.phonegap.*;

And an error is reported on the project.

WORKAROUND: Delete one of the duplicate "import" words in the java file.

Original issue reported on code.google.com by libby.ba...@gmail.com on 9 Jul 2012 at 9:18