Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Eclipse - Android Library Update

Related to the question here, is the Android Library Update step necessary and, if not, can it be removed from the startup and/or build process? A manual update seems like an appropriate option, especially if it improves build times and you already have a previous clean compile.

like image 933
Jim Avatar asked Apr 01 '11 17:04

Jim


2 Answers

You can disable Android Development Toolkit from General -> Startup and Shutdown.

like image 190
razzintown Avatar answered Nov 04 '22 22:11

razzintown


this may not exactly answer your question, but if you do have a lot of projects it will rebuilt all of it when you open eclipse. what i do myself is i "close" the projects that I'm not working on and I find it more tolerable

like image 4
StealthOne Avatar answered Nov 05 '22 00:11

StealthOne