It's possible that ApkBuilder locks *.apk file when a exception occurs. ApKBuilder work a lot operation with apk file without closing them when a exception happen. The problem disappear when user refresh (unlock) the file or restart OS. Restarting is obligate on Windows because Linux/Mac don't lock file.
To test it on Windows, you can try remove *apk file using OS command (or using Eclipse Navigator view) when a problem occurs. If the file is locked you won't remove it without restarting Eclipse. On Linux refreshing helps and removing the file will work. Unfortunately, I can't reproduce the issue on Linux. Maybe, I will be able do it, if somebody attach a project example and some test case. Regards, Peco On May 10, 8:07 am, Xavier Ducrohet <[email protected]> wrote: > interesting. I've been playing with Eclipse 3.6.2 recently and saw > this quite a bit, but I never see it with Eclipse 3.5.2 which is my > main development version. > I'll do more testing after IO to see what's up. > > Xav > > > > > > > > > > On Sat, May 7, 2011 at 2:52 PM, Kamil <[email protected]> wrote: > > I've noticed this issue not working with Android SDK but with J2EE > > project. In my case turning off autobuild option and cleaning whole > > project fixed problem. After this few steps automatic build can be > > switched to on again. I think this is IDE bug, so it should be > > reported to eclipse developers. > > > On 7 Maj, 19:45, snpe <[email protected]> wrote: > >> Can anybody reproduce this issue on Linux ? > > >> On May 5, 4:59 pm, Jake Basile <[email protected]> wrote: > > >> > This problem has not gone away, and is getting worse. I need to fully > >> > restart eclipse so often now to get it to use my new code that I do it > >> > about > >> > 15 times a day. > > >> > Incredibly frustrating, and a waste of my time. > > > -- > > You received this message because you are subscribed to the Google > > Groups "Android Developers" group. > > To post to this group, send email to [email protected] > > To unsubscribe from this group, send email to > > [email protected] > > For more options, visit this group at > >http://groups.google.com/group/android-developers?hl=en > > -- > Xavier Ducrohet > Android SDK Tech Lead > Google Inc.http://developer.android.com|http://tools.android.com > > Please do not send me questions directly. Thanks! -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

