Hi,

what error you are getting. make one build.xml to remove compilation error.

On Fri, Feb 11, 2011 at 11:51 PM, LG <lgma...@gmail.com> wrote:

> Hi All,
>
> i want to hide certain classes and include them as a jar file
> So this is what i have done
>
> My files are Foo.java and Bar.java
> I want to hide Bar.java
>
> dx --dex --output=Bar.jar Bar.class
>
> now i have Bar.jar ready and it solves my initial requirement
> But now my question is, Foo.java references Bar class
> So now my compilation fails for Foo.java
>
> I tried including Bar.jar into my project but still it doesnt work
> Could someone throw some light on this and help me out of this situation.
>
> Thanks in Advance
> LG
>
> --
> You received this message because you are subscribed to the Google
> Groups "Android Developers" group.
> To post to this group, send email to android-developers@googlegroups.com
> To unsubscribe from this group, send email to
> android-developers+unsubscr...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/android-developers?hl=en




-- 
Thank & Regards
Peeyush Varshney

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to