Can you give some more information on what "locking" you are referring
to here? There are no locks on that method, it's a simple accessor.
-- Tor
Well, using AdtPrefs.getPrefs().getOsSdkFolder() doesn't return anything when I run it through my plugin. (So it doesn't copy over the proguard file, and causes the wizard to die out there). Then, if I try to use the regular adt wizard to create a new project, it also returns nothing for the sdk folder. However, if I close eclipse and restart, then use the adt create new project wizard everything works fine. It's only when I use my plugin's new project wizard that this happens. I was able to narrow it down to that method.