Import file from phonegap / cord in eclipse

4

At the time I'm going to import file I created from phonegap / cord in eclipse nothing appears.

file> new> project and I selected Android Project from Existing Code, I look for the folder that is the project of the cord I made and nothing appears.

Another information I find relevant is to appear in red in DDMS that DeviceMonitor] Sending Tracking request failed!

Give me a hand, please :) Thank you!

    
asked by anonymous 01.07.2014 / 20:38

1 answer

1

Try to follow these steps:

  • Create a new android project.
  • Copy by explorer the files (.java, jar, etc)
  • Paste where the new android project is.
  • Refresh the project in eclipse to list the copied files.
  • 01.07.2014 / 21:01