Note that there are some explanatory texts on larger screens.

plurals
  1. POEclipse keeps Building workspace... and Building workspace... and Building workspace
    primarykey
    data
    text
    <p>Why would Eclipse, when building an Android project, get stuck in an infinite loop for Building workspace... and (re) Building workspace... and (re) Building workspace...</p> <p>Is this a known bug?</p> <p>What is the proper way to get out of this loop?</p> <p>Notes:</p> <ol> <li>If I uncheck <code>Project &gt; Build Automatically</code>, it builds fine and even exports a perfectly running signed release APK.</li> <li>This problem only started after I upgraded to the latest SDK r19. Prior to that (SDK r11) I never experienced this problem.</li> <li><a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=160868" rel="nofollow noreferrer">Bug 160868</a> describes exactly this problem. But hasn't it being solved since then?</li> <li>A similar problem description found <a href="https://issues.sonatype.org/browse/MECLIPSEWTP-40" rel="nofollow noreferrer">here</a> but like the previous one, it's old and not directly related to Android development.</li> <li><a href="http://code.google.com/p/android/issues/detail?id=27940" rel="nofollow noreferrer">Issue 27940</a> suggests a bug in handling a const named <code>BuildConfig.DEBUG</code> which may or may not be related. But hasn't it been fixed in r18???</li> <li>I found this great tip for <a href="https://stackoverflow.com/q/5096998">auto tagging / date-stamping</a> in the Android build system, but I am not using anything like that, in addition to double-checking and verifying that builders come at the right order the Project builders list order (same order as other projects that do not exhibit this infinite-loop build behavior).</li> <li>My hunch tells me there might be a lock-file or flag that somehow got stuck (read-only mode?) and thus confuses the build system. Any idea what that boolean may be and where to find it?</li> <li>If I first open another project in the same workspace (that doesn't exhibit this problem), the project that has this problem miraculously stops the infinite rebuilding. This doesn't happen if I reverse the order of which project is opened first. Does this imply gremlins in the Eclipse/SDK/ADT build system?</li> </ol> <p>No "blind shooting" please: answer this question only if you have personally experienced this amazing phenomenon (and solved it) or can point to an article that experienced this amazing phenomenon (and solved it).</p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload