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).
- delete project. not delete resources filesystem.
- you can rename project folder outside of eclipse (using command line or file manager gui)
- 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
Post a Comment