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

2015-10-02 Thread Faust Nijhuis
2015-10-02 14:55 GMT+02:00 Gustavo Oliveira : > Follow the steps for Android Studio: > > https://developers.google.com/android/guides/setup > I followed these steps. > If you have the libs folder in your project (as stated in the "Other" tab > of that link), remove it. > > I have no libs folder

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

2015-10-02 Thread Faust Nijhuis
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 7 times) >> >> I use proguard and minify and Zip Ali

[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: 'c

[android-developers] RotateAnimation wrong in android 4.0

2012-07-31 Thread Faust Nijhuis
Hello , There is a problem when using RotateAnimation in android 4.0. On all pre android 4.0 versions it works ok. The RotateAnimation is good on a android device with a HVGA screen. The RotateAnimation is not good, the center point is shifted, on devices with a other screen size. This is my c

Re: [android-developers] how to detect difference between 5 and 7 inch screen

2012-04-29 Thread Faust Nijhuis
(portrait mode) Why i do see only 2.5 icons on the 5.3 inch screen? Faust 2012/4/29 Mark Murphy > On Sun, Apr 29, 2012 at 11:11 AM, Faust Nijhuis > wrote: > > How can i detect the difference between 5 and 7 inch screen. > > Sinds 5.3 (Galaxy note) and 7 inch screen are both la

[android-developers] how to detect difference between 5 and 7 inch screen

2012-04-29 Thread Faust Nijhuis
Hello all, How can i detect the difference between 5 and 7 inch screen. Sinds 5.3 (Galaxy note) and 7 inch screen are both large screens and we can only use layout, layout-large and layout-xlarge. Faust -- You received this message because you are subscribed to the Google Groups "Android Develo