android - Refactor > Move overlaps the location of another project -


i trying move android project difference directory in workspace, using refactor > move.

the problem "move project" dialog box keeps ok button disabled, while issuing following message in red:

\winshare\sandbox\workspace\newdirname overlaps location of project: newdirname

the funny thing is... directory named newdirname doesn't exist!

(i later tried creating such directory outside of eclipse didn't help)

any idea why is?

i using eclipse 3.6.1 64-bit latest android sdk 9 (under windows 7).

  1. delete project. not delete resources filesystem.
  2. you can rename project folder outside of eclipse (using command line or file manager gui)
  3. now import project workspace (file -> import -> existing project workspace.

the error message you're getting misleading. refactoring operations not intended projects. problem plugin should remove refactor options when selected item project rather package or class.


Comments

Popular posts from this blog

linux - Mailx and Gmail nss config dir -

c# - Is it possible to remove an existing registration from Autofac container builder? -

php - Mysql PK and FK char(36) vs int(10) -