Import PhoneGap project in eclipse

I followed this user guide. At this point, including the project as an Android project from existing code, I look in C:\Users\user\workspace\hello and then I run the following problem:

eclipse

What project folder should I import?

+7
android eclipse cordova
source share
1 answer

You should import only inside your platform.

Your final import will be like this on eclipse.

enter image description here

0
source share

All Articles