Hello, I recently moved to Gradle from Eclipse so that I could have an easy time of building from the command line, and at first I was very happy with the Gradle build, until about 5% of the customers started emailing me and complaining that the app was behaving strangely and not working correctly. No crashes, just... behaving oddly, and only on 5% of the devices. The code & Proguard config is identical, so it seems something bad is happening with the way that the code is being generated. I haven't figured it out yet, but I'm digging into things with apktool and I'm seeing a lot of differences with the generated classes from the same class files, which I find strange because the Proguard config that I'm feeding in is the same. Unfortunately, I have to go back to manual builds with Eclipse for now due to this issue.
Does anyone else have any similar experiences or insight into this? Are the Eclipse / Gradle builds using different build tools behind the scenes which could lead to differences in the generated code and cause some files to be mis-generated? Thank you! -- -- 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 --- You received this message because you are subscribed to the Google Groups "Android Developers" 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/groups/opt_out.

