<img src="
" alt="enter image description here">
As shown in the image, when I'm developing Android applications with auto build, sometimes this dialog will show. Is there any way to avoid this and make it just go through the process in the background?
It does not always show, but when it does, I need to wait for it for 5-10 seconds. That's annoying, especially considering that when the project gets bigger, it will go much slower.
<strong>UPDATED:</strong>
I did some researching:
<a href="https://stackoverflow.com/questions/2883635/android-compilation-is-slow-using-eclipse">Android compilation is slow (using Eclipse)</a>
<a href="https://stackoverflow.com/questions/4596445/android-eclipse-workspace-takes-a-long-time-to-build">Android: eclipse workspace takes a long time to build?</a>
<a href="http://groups.google.com/group/android-developers/browse_thread/thread/a16202975510de39" rel="nofollow noreferrer">http://groups.google.com/group/android-developers/browse_thread/thread/a16202975510de39</a>
<a href="http://oae9.wordpress.com/2011/03/2...r-slow-building-workspace-problem-in-eclipse/" rel="nofollow noreferrer">http://oae9.wordpress.com/2011/03/2...r-slow-building-workspace-problem-in-eclipse/</a>
<a href="http://www.androidengineer.com/2010/06/using-ant-to-automate-building-android.html" rel="nofollow noreferrer">http://www.androidengineer.com/2010/06/using-ant-to-automate-building-android.html</a>
Is it there any easier solution that is not using ANT?
Or any other best ANT script that can be applied easily?
As shown in the image, when I'm developing Android applications with auto build, sometimes this dialog will show. Is there any way to avoid this and make it just go through the process in the background?
It does not always show, but when it does, I need to wait for it for 5-10 seconds. That's annoying, especially considering that when the project gets bigger, it will go much slower.
<strong>UPDATED:</strong>
I did some researching:
<a href="https://stackoverflow.com/questions/2883635/android-compilation-is-slow-using-eclipse">Android compilation is slow (using Eclipse)</a>
<a href="https://stackoverflow.com/questions/4596445/android-eclipse-workspace-takes-a-long-time-to-build">Android: eclipse workspace takes a long time to build?</a>
<a href="http://groups.google.com/group/android-developers/browse_thread/thread/a16202975510de39" rel="nofollow noreferrer">http://groups.google.com/group/android-developers/browse_thread/thread/a16202975510de39</a>
<a href="http://oae9.wordpress.com/2011/03/2...r-slow-building-workspace-problem-in-eclipse/" rel="nofollow noreferrer">http://oae9.wordpress.com/2011/03/2...r-slow-building-workspace-problem-in-eclipse/</a>
<a href="http://www.androidengineer.com/2010/06/using-ant-to-automate-building-android.html" rel="nofollow noreferrer">http://www.androidengineer.com/2010/06/using-ant-to-automate-building-android.html</a>
Is it there any easier solution that is not using ANT?
Or any other best ANT script that can be applied easily?