Lines Matching +full:windows +full:- +full:build +full:- +full:rules
4 - Emergency fix to new project templates.
11 - Ant build system:
12 - Ant build system:
14 environment variable (requires updating the project's build.xml file)
16 Both separate test projects and self-contained app+test projects now work.
20 - Fix GPU rendering
43 namespace and ignore-attribute.
56 * Find manifest files which declare more than one <uses-sdk>
79 * Find Java code which creates world-writeable files (which can lead
95 * Find XML files using a different encoding format than UTF-8, since
111 "lint --show" (and see eclipse/changes.txt for further details).
117 - Build performance improvements:
123 and only re-optimized if they changed instead of doing at every build.
124 - New library project mechanism:
130 - The AVD manager and emulator can now use system images compiled for ARM v7 and
134 - See eclipse/changes.txt for ADT related changes.
137 - The tools now automatically generate Java Programming Language
142 - Fix packaging issue that broke draw9patch
143 - Ant build rules will now check the Ant version and fail if it's older than 1.8
144 - Fix "folder locked" errors when installing packages in SDK Manager on Windows.
145 - Support https proxy when installing from SDK Manager.
146 - SDK Manager now suggests to install missing base platform for add-ons.
147 - Default proguard config file changes:
150 - Ant lib rules now allow for overriding java.encoding, java.source, and java.target
151 - Default encoding for Ant javac is now UTF-8
152 - Logcat view in DDMS now properly displays UTF-8 characters.
156 - New SDK component: platform-tools. This makes all platforms use the same
158 - Support for true debug build. No need to change the value of debuggable in
162 If debuggable=true is set, then "ant release" will actually do a debug build.
163 - Automatic Proguard support in release builds. Only need to have a proguard.config
165 - new overridable Ant javac properties: java.encoding, java.source, and java.target
170 - Support for Ant rules provided by the Tools components (override the one in
172 - Added support for libraries with library dependencies.
173 - Support for aidl files in library projects.
174 - Support for extension targets in Ant build to perform tasks between the
175 normal tasks: -pre-build, -pre-compile, -post-compile.
176 - Headless SDK update. See 'android -h update sdk' for more info.
177 - Fixed location control in DDMS to work in any locale not using '.' as a
182 - Support for library project to share code/resources among projects
183 - Updated Ant rules and custom tasks
184 - New "android create lib-project", "android update lib-project" actions.
185 - New parameter for "android update project"
189 - AVD/SDK Manager:
190 - Fixed SSL download for the standalone version of the SDK Updater.
191 - Fixed issue with 64bit JVM on windows.
192 - Add support for samples components.
193 - improved support for dependency between components.
194 - AVDs now sorted by API level.
195 - Prevent deletion of running AVDs.
196 - Settings are now automatically saved, no need to click Apply.
197 - Emulator now requires sd card to be 9MB and above.
198 - Fixed layoutopt.bat to correctly execute on Windows.