can someone give some hint on the below query? On Thu, Jan 20, 2011 at 5:38 PM, SOMA KOHLI <[email protected]>wrote:
> Looks like the froyo version does not do the odex storing through the > build system. > It only stores the odex at runtime in the dalvik-cache folder. > When you installl an apk , then also the the same thing happens. > > Maybe the google developers could help us get a better answer. > > rgds > Soma > > On Thu, Jan 20, 2011 at 2:51 PM, channa kad <[email protected]> > wrote: > > Hi, > > In GB it stores next to each APK in system/app folder. > > > > When i tried building for froyo, i can see the file > > build/tools/dexpreopt/Config.mk starts emulator > > before optimizing to odex. I am not optimizing APKs using dexopt_wrapper. > I > > am building as part of > > my system image. > > > > In that case is it supported only for emulator in froyo? > > > > Thanks & Regards, > > Channagoud > > > > On Thu, Jan 20, 2011 at 11:40 AM, SOMA KOHLI <[email protected] > > > > wrote: > >> > >> Hi , > >> Could you tell me where does GB store the ODEX files? > >> > >> In Froyo, this is how you can get ODEX files. > >> There is a separate executable called dexopt_wrapper. > >> If you give a jar/apk as in, input,it gives a odex file as output. > >> > >> rgds > >> Soma > >> > >> On Thu, Jan 20, 2011 at 12:10 AM, channa kad <[email protected]> > >> wrote: > >> > Hi, > >> > I am trying to use DEX Pre optimization for andoird 2.2_R1 (Froyo), > when > >> > I > >> > guild the froyo code as below: > >> > > >> > $ make WITH_DEXPREOPT=true -j4 > >> > > >> > I dont see any ODEX files getting generated for the APKs. > >> > > >> > When I do the same thing for 2.3 (gingerbread) , I can see ODEX files > >> > getting generated for each APK. > >> > > >> > Also when I checked the build system for 2.2_R1 , It does not have > >> > changes > >> > to build ODEX files. > >> > > >> > Can someone let me know if the DEX Pre optimization is supported only > in > >> > Gingerbread? > >> > > >> > Or if its supported in froyo is there a way to get the ODEX files? > >> > > >> > Thanks & Regards, > >> > Channagoud > >> > > >> > -- > >> > You received this message because you are subscribed to the Google > >> > Groups > >> > "android-platform" group. > >> > To post to this group, send email to > [email protected]. > >> > To unsubscribe from this group, send email to > >> > [email protected]<android-platform%[email protected]> > . > >> > For more options, visit this group at > >> > http://groups.google.com/group/android-platform?hl=en. > >> > > >> > >> -- > >> You received this message because you are subscribed to the Google > Groups > >> "android-platform" group. > >> To post to this group, send email to [email protected]. > >> To unsubscribe from this group, send email to > >> [email protected]<android-platform%[email protected]> > . > >> For more options, visit this group at > >> http://groups.google.com/group/android-platform?hl=en. > >> > > > > -- > > You received this message because you are subscribed to the Google Groups > > "android-platform" group. > > To post to this group, send email to [email protected]. > > To unsubscribe from this group, send email to > > [email protected]<android-platform%[email protected]> > . > > For more options, visit this group at > > http://groups.google.com/group/android-platform?hl=en. > > > > -- > You received this message because you are subscribed to the Google Groups > "android-platform" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]<android-platform%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/android-platform?hl=en. > > -- 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

