On Sun, Nov 21, 2010 at 8:15 PM, Shuo <[email protected]> wrote: > Hi All, > > I am writing an app which is using the android.jar in dir: > > <sdk>/platforms/android-4/ > > Then I modified some code in the file: > > <sdk>/platforms/android-4/sources/org/apache/harmony/nio/internal/ > SocketChannelImpl.java > > So how can I rebuild the android.jar and make my app use the code I > modified?
You don't. The changes you made go into firmware on a device. -- Mark Murphy (a Commons Guy) http://commonsware.com | http://github.com/commonsguy http://commonsware.com/blog | http://twitter.com/commonsguy Android App Developer Books: http://commonsware.com/books -- 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

