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 [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

Reply via email to