|
|
|
|
Re: How to Speed up the 'Building Workspace' which work stopper. [message #981569 is a reply to message #978986] |
Mon, 12 November 2012 09:22  |
Eclipse User |
|
|
|
It is almost definite that the speed problem is on ADT's end. I am currently developing an Android application as well, and the best ways I found to speed up the build/deploy process are:
- Minimize assets. Not only do assets increase the time it takes to build the APK due to taking time to copy in, there is currently a bug in the building code of ADT that results in all assets being copied into the APK twice. This not only increases the time that it takes to build the APK, but also increases the time it takes to deploy.
- Update to the preview version of the ADT. In the non-preview version of the ADT, it currently has to re-dex any jars that you have included in your project, which takes quite a bit of time.
You can find the instructions on how to install the preview version of ADT at tools [dot] android [dot] com [slash] preview-channel
(Sorry I didn't post the actual link...I don't have enough posts to post external links.)
|
|
|
Powered by
FUDForum. Page generated in 0.05014 seconds