Home | History | Annotate | Download | only in docs

Lines Matching full:dex

18     <li><a href="#dexcheck">DEX File Checksums</a>
116 <p>The system tries to pre-verify all classes in a DEX file to reduce
120 device, <code>dexopt</code> may be run the first time a DEX file is used
145 Once the verified and optimized DEX files have been prepared, verification
149 <p>If your DEX files are processed with verification disabled, and you
153 <p>For best results you should force a re-dexopt of all DEX files when
156 This removes the cached versions of the DEX files. Remember to
263 <h2><a name="dexcheck">DEX File Checksums</a></h2>
265 <p>For performance reasons, the checksum on "optimized" DEX files is
272 <code>-Xcheckdexsum</code> argument. When set, the checksums on all DEX
276 creation if the <code>dalvik.vm.check-dex-sum</code> property is enabled.
278 <p>To enable extended DEX checksum verification:
279 <pre>adb shell setprop dalvik.vm.check-dex-sum true</pre>
281 <p>Incorrect checksums will prevent the DEX data from being used, and will
287 <code>dexdump</code> tool always verifies DEX checksums, and can be used