Re: [android-developers]

2015-09-30 Thread mike digioia
dont know why you send me this On Wed, Sep 30, 2015 at 10:33 AM, Gaurav Sharma wrote: > *Hello,* > > *I uploaded this important files for you, please view below.* > > [image: qubadli.biz/issurence.net/M11] > > > Thank you > > --

Re: [android-developers] app size build with android studio much bigger than made with Eclipse

2015-09-30 Thread Justin Anderson
Have you tried looking at the contents of the .apk and comparing it with one of your older .apk files built from eclipse? On Wed, Sep 30, 2015 at 11:22 AM Faust Nijhuis wrote: > I imported all my apps from Eclipse to Android studio and all of them are > much bigger (5 to

Re: [android-developers] app size build with android studio much bigger than made with Eclipse

2015-09-30 Thread Gustavo Oliveira
Maybe you have external libs being packaged into your apk by Android Studio. On Wed, Sep 30, 2015 at 5:45 PM, Justin Anderson wrote: > Have you tried looking at the contents of the .apk and comparing it with > one of your older .apk files built from eclipse? > > On Wed,

[android-developers] app size build with android studio much bigger than made with Eclipse

2015-09-30 Thread Faust Nijhuis
I imported all my apps from Eclipse to Android studio and all of them are much bigger (5 to 7 times) I use proguard and minify and Zip Align Enabled (I use only the default proguard rules) How is it possible that apps build with Android studio are so much bigger ? build.gradle: apply plugin: