On May 19, 12:43 am, profect <[email protected]> wrote: > I am wondering how to use dexopt independently? I noticed that many > arguments have to be provided. Is there any better way than observing the > arguments construction process in function dvmOptimizeDexFile?
First: don't. It almost certainly will not do what you think you want it to. Second: take a look at dexoptwrapper, in build/tools/dexopt-wrapper: http://android.git.kernel.org/?p=platform/build.git;a=tree;f=tools/dexpreopt/dexopt-wrapper;h=a9ba89d48a48a8817a1f57f7a3e99270c1d6f4d0;hb=HEAD --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -~----------~----~----~----~------~----~------~--~---

