Android ant script workaround?
        Posted  
        
            by haseman
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by haseman
        
        
        
        Published on 2009-09-18T20:34:23Z
        Indexed on 
            2010/03/25
            9:03 UTC
        
        
        Read the original article
        Hit count: 480
        
It appears that, in the transition between the Android 1.1 sdk and 1.5, Google radically changed how ant scripts using AAPT can build Android projects.  Previously they support args allowing developers to specify source, res, asset, and a manifest for a particular build.
Now, they seem to allow developers to specify only a single folder containing everything.  While I could rewrite all our build scripts to work in this new way, I rather like our current system (as it doesn't require more hours of work that I don't have).  To that end, has anyone figured out how to go back to the pre 1.5 method of ant script building? Further, has anyone found a rational reason for this change?
© Stack Overflow or respective owner