danielrvt-sgb
danielrvt-sgb

Reputation: 1138

Phonegap 2.2 error creating Android project

I'm trying to create a project with phonegap 2.2, everyting works fine until I execute de "create" statement. I throws the following error:

Creating new android project...
Copying js, jar & config.xml files...
Copying cordova command tools...
Updating AndroidManifest.xml and Main Activity...
create.js<31,5> Runtime error in Microsoft JScript: Access route not found

And then the project gets created, but opening it with eclipse throws the following error:

<BIG RED X> Invalid project description 
Reason: Invalid project description

Don't have any idea why this is happening...

Upvotes: 0

Views: 1024

Answers (1)

user1903089
user1903089

Reputation:

In

Eclipse Help > install new software

The Name field is optional, MDS AppLaud 1.2 suggested

In Location, enter the download site:

http://svn.codespot.com/a/eclipselabs.org/mobile-web-development-with-phonegap/tags/r1.2/download

Then hit

Select OK

and finally

Accept all. enter image description here

Upvotes: 5

Related Questions