On Sun, Sep 26, 2010 at 9:32 PM, altaf sayyed <[email protected]> wrote: > How can I install java classes not included with android ?
You can't, generally speaking. > Is it possible to add java.awt.image package into android? Probably not. The Dalvik tools complain if you attempt to add java.* and javax.* classes to your project. -- Mark Murphy (a Commons Guy) http://commonsware.com | http://github.com/commonsguy http://commonsware.com/blog | http://twitter.com/commonsguy Android 2.2 Programming 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

