ok..so you mean I can't import apk..Is there a way to import complete code(src folder) of other project to current application? I have code base for the same apk. Is it possible in ant scripting?
On Sep 30, 6:48 pm, Mark Murphy <[email protected]> wrote: > On Thu, Sep 30, 2010 at 9:38 AM, Namrata <[email protected]> wrote: > > I am trying to integrate ant script into my application as I want to > > use progaurd obfuscation. Currently I build from eclipse and it works > > fine. In my app I am using one lib which is in a apk format. I added > > it in libs/ folder of application. But When I run ant script it shows > > many compile time errors related to lib classes. Basically it > > considers all those classes are missing. am I missing anything which > > is supposed to add in ant script before running it? > > I am not aware that you can put an APK into the libs/ directory and > have it work, regardless of Proguard or anything else. The libs/ > directory is for JARs. > > -- > Mark Murphy (a Commons > Guy)http://commonsware.com|http://github.com/commonsguyhttp://commonsware.com/blog|http://twitter.com/commonsguy > > Android Training in Atlanta:http://bignerdranch.com/classes/android -- 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

