android - Refactorings fail in Eclipse with ADT when there are library projects -


i have couple of non-android projects, 1 android library project , 1 android app project depends on other projects. consequently, in android app project have virtual mylibrary_src source folder.

for reason, when i'm doing refactoring in library project, eclipse partially executes it, fails generic undo/abort dialog. i've found out when close app project, refactorings complete without problem. suspect virtual source folder may blame, i'm not sure.

does know how can fix problem?

with adt v14 problem fixed itself.


Comments