Home | History | Annotate | Download | only in eclipse

Lines Matching full:files

37 - Fixed issue with libs/ folder where files with no extension would prevent the build from finishing.
43 - Projects now store generated Java files (R.java/Manifest.java and output from aidl) in a 'gen' source folder.
63 - Fixed issue with using custom classes implementing Parcelable in aidl files. Right click the project and choose Android Tools > Create aidl preprocess file for Parcelable Classes.
86 - normal java resources (non java files placed in package folders) are now properly packaged in the final package, and can be accessed through normal java API such as ClassLoader.getResourceAsStream()
91 - Tree-based resource editor + content assist in XML editor for layout, menu, preferences, values xml files. Work in progress...
101 - Fixed an issue with compiling aidl file when they import project local files.
113 - Plugin generated files are now properly marked as derived. This will make Team plugins ignore them.
118 - Custom java editor for R.java/Manifest.java to make those files non editable. This is to replace the current locking mechanism which causes issues on Mac OS.
120 - Better handling of aidl files and the java files generated from them.
190 - Including static .jar files as library in your project will automatically include them in the final APK. Warning: only the .class content is included.
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.
199 - Building the project now force refreshes the res folder. This should help rebuilding the resources when only binary files were changed from outside eclipse.
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.
220 - Fixed creation of manifest files (through New Project wizard) to use proper namespace for attributes.
240 - aidl builder. The Android Resources PreBuilder now also converts aidl files into java files.
256 - XML validation for resource files.