Home | History | Annotate | Download | only in eclipse

Lines Matching full:build

37 - Fixed issue with libs/ folder where files with no extension would prevent the build from finishing.
38 - Improved error handling during the final steps of the build to mark the project if an unexpected error prevent the build from finishing.
122 - Skin dropdown in the Emulator/Target tabs is now build from the content of the skin directory, to support developer made skins.
135 - Plugin will output a warning if the build id of the device/emulator does not match the sdk build id.
138 - Custom builders now remember their build state when restarting eclipse.
139 - Properly parse some aapt warnings and don't abort the build when they happen.
141 - New silent/normal/verbose build output.
170 - Changing the package defined in the manifest now deletes the R.java class from its previous location. This will require 1 build after upgrading the plugin, before it works.
181 - minor improvements to the build/launch process.
194 - res and assets folders now fully refresh before the build, ensuring R.java and packaged resources are always up to date. This can be disabled in the preferences under "Android" if this becomes slow due to too many files.
200 - Clean/full builds now compile all aidl files found in the build path (previously only incremental builds would compile them). Also, misc improvements to the incremental builders.
201 - Starting a run/debug session now asks to save the files and forces a new build to ensure that the latest package is pushed on the device.