java - How do I import project by creating another project and then pasting it over it? -


so i'm having problems importing existing project, everytime import , try run it, app crashes. did research , people helps create new project , paste existing 1 on new one. tried doing that, created new android project, , pasted , overwritten existing project. gave me whole lot of errors did wrong.

could tell me people mean saying create new project , paste existing 1 over? existing project i'm having trouble importing using 3 library projects , few external jars. thank kind of help!

1st alternative:

create new project, when chose create new project, choose --> create project existing code, , move on settings. should good.

2nd alternative:

  1. put source files 1 directory named after project. i.e. "projectname" can keep directory in workspace or can somewhere else.
  2. start new project in eclipse , name using same project name.

  3. uncheck "use default location" box , find directory project unless project in workspace - must not uncheck "use default location" box

  4. click 'next'.

let me know, if helped.


Comments

Popular posts from this blog

How to mention the localhost in android -

php - Calling a template part from a post -