Hu HaiQing-E6997C wrote: > I'm a novice for android platform , now , I would like to import a > standard JVM jar package for an application , how to do it?
Using the console development tools (e.g., ant), just put it in libs/ in your project, and hope that it works. Even better, if the project is open source, is for you to put the source code in your project tree, as you will get compiler errors if it attempts to do things not supported by Android. -- Mark Murphy (a Commons Guy) http://commonsware.com _The Busy Coder's Guide to Android Development_ Version 1.4 Published! --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

