So what if I just want to compile the code and apply ProGuard for once, then change a little in AndroidManifest.xml file, what should I do? Write my own tasks?
在 2015年11月12日星期四 UTC+8下午12:50:05,Xavier Ducrohet写道: > > each variant (combination of flavor and build type) has its own build > tasks. So every variant that has proguard enabled will have its own task, > and therefore it's own mapping file. They will all be under > build/output/mapping (IIRC) under different folder names. > > On Wed, Nov 11, 2015 at 6:08 PM, 熊宇 <[email protected] <javascript:>> > wrote: > >> Will gradle execute ProGuard for each productFlavor? I want to use git to >> save the ProGuard mapping file for my release version, if ProGuard were >> executed for each productFlavor, how can i save each mapping file for each >> productFlavor? Or gradle will just execute ProGuard once? >> >> -- >> You received this message because you are subscribed to the Google Groups >> "adt-dev" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to [email protected] <javascript:>. >> For more options, visit https://groups.google.com/d/optout. >> > > > > -- > Xavier Ducrohet > Android SDK Tech Lead > Google Inc. > http://developer.android.com | http://tools.android.com > > Please do not send me questions directly. Thanks! > -- You received this message because you are subscribed to the Google Groups "adt-dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
