Thanks for reply. I am sure that there is no dependency of remaining classes. But exactly I am not getting that How could we build project using Ant including selected java classes?
On Wed, Jun 19, 2013 at 3:24 AM, Lew <[email protected]> wrote: > And bear in mind that transitive dependencies might require use of those > classes anyway. > > How come your files need to be excluded from the build yet exist in the > source tree? > > What advantage do you imagine exclusion of those files will confer? > > -- > Lew > > > On Tuesday, June 18, 2013 4:52:44 AM UTC-7, Piren wrote: >> >> that's awesome. >> now do a search for "ant exclude from build". >> >> On Tuesday, June 18, 2013 1:18:18 PM UTC+3, surabhi jain wrote: >>> >>> with the help of ANT we can generate apk file. >>> >>> >>> On Tue, Jun 18, 2013 at 1:59 PM, Piren <[email protected]> wrote: >>> >>>> that has nothing to do with android... that's a java build issue. It >>>> depends on how you build and what you use to build. >>>> you'll just have to exclude those files from the build path. Do a >>>> search on how to perform that for the way you build your project. >>>> >>>> >>>> On Tuesday, June 18, 2013 10:33:07 AM UTC+3, surabhi jain wrote: >>>>> >>>>> Hi all, >>>>> I have created a project, I want to create apk according to selected >>>>> java files. >>>>> Scenario like : >>>>> Suppose in my project, there are 10 java files and I want to create >>>>> apk using 5 java files without deleting remaining (5 java files ) java >>>>> files from src folder. >>>>> >>>>> Is it possible? >>>>> >>>>> Thanks >>>>> Surabhi Jain >>>>> >>>> -- >>>> -- >>>> 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 >>>> android-developers+**[email protected] >>>> For more options, visit this group at >>>> http://groups.google.com/**group/android-developers?hl=en<http://groups.google.com/group/android-developers?hl=en> >>>> --- >>>> You received this message because you are subscribed to the Google >>>> Groups "Android Developers" group. >>>> To unsubscribe from this group and stop receiving emails from it, send >>>> an email to android-developers+**[email protected]. >>>> For more options, visit >>>> https://groups.google.com/**groups/opt_out<https://groups.google.com/groups/opt_out> >>>> . >>>> >>>> >>>> >>> >>> -- > -- > 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 > --- > You received this message because you are subscribed to the Google Groups > "Android Developers" 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/groups/opt_out. > > > -- -- 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 --- You received this message because you are subscribed to the Google Groups "Android Developers" 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/groups/opt_out.

