eclipse - Import Android project not select 'copy project into workspace' error -



eclipse - Import Android project not select 'copy project into workspace' error -

i have problem importing android project eclipse in 3 scenario:

i have clone android project bitbucket , synchonized eclipse workspace successfully! project raise many error.

then remove project , using import function in android (file>import project). import project repo , check 'copy project workspace', awesome! project work perfectly.

then testing again. utilize import function , not check on 'copy project workspace', oh no, project maintain error scenario 1.

we've had issue - however, face in p4 scm.

i guess problem same, anyway - project may not detected android project.

first create new android project. now, go navigator in eclipse (window -> show view -> navigator) , open .project file - re-create it's contents , paste in (imported) project's .project file. should prepare it.

make sure create required changes (the project name alter make) after copying.

android eclipse bitbucket

Comments

Popular posts from this blog

c - Compilation of a code: unkown type name string -

java - Bypassing "final local variable defined in an enclosing type" -

json - Hibernate and Jackson (java.lang.IllegalStateException: Cannot call sendError() after the response has been committed) -