Well, built classes don't get cleaned up if you go through a lot of churn
in your development. (stuff in bin or target)


On Tue, Mar 18, 2014 at 8:39 AM, David Pérez <
[email protected]> wrote:

> Then, I don't know why it was bigger.
>
> Am Dienstag, 18. März 2014 15:44:19 UTC+1 schrieb pfn:
>>
>> That's incorrect, release is implicitly a clean build.... proguard
>> caching increases the apk size in debug builds, but a release build does
>> not utilize proguard caching so the size should be no bigger.
>>
>>
>> On Tue, Mar 18, 2014 at 5:03 AM, David Pérez <[email protected]>wrote:
>>
>>> Hi all,
>>>
>>> I've observed that if I build my APK from two different computers, on
>>> the first one my APK size is 2 Mb, and on the second just 1.5 Mb.
>>>
>>> Before using a little Scala and Scaloid, the size was 1.3 Mb.
>>>
>>> If the versions of everything is the same in both computers:
>>>
>>>    - JRE 1.7
>>>    - Scala 2.10.3
>>>    - SBT 0.13.1
>>>    - I've copied the android-sdk folder from the 1st computer to the
>>>    2nd.
>>>
>>> The *answer* is simple:
>>>
>>> A "sbt clean" must be made in order to get adjusted sizes.
>>>
>>> David
>>>
>>> --
>>> You received this message because you are subscribed to the Google
>>> Groups "scala-on-android" 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.
>>>
>>
>>  --
> You received this message because you are subscribed to the Google Groups
> "scala-on-android" 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.
>

-- 
You received this message because you are subscribed to the Google Groups 
"scala-on-android" 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.

Reply via email to