Use adb logcat, DDMS, or the DDMS perspective in Eclipse to look at LogCat and examine the stack trace associated with your error.
On Fri, Aug 27, 2010 at 7:07 AM, Kamal <[email protected]> wrote: > Hi, > I am new to Android. > I have a JAR file built using SUN JDK. I want to use it in my Android > application. I have added jar file in android application project as > mentioned in > http://developer.android.com/guide/appendix/faq/commontasks.html#addexternallibrary > > But the application closes when I tried to run the application in > emulator. Exactly it take place when I tried to instantiate the class > in Jar file. > > I want to know whether we can use these Jar files in Android > application. > > Regards, > Kamal. > > -- > 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 > -- Mark Murphy (a Commons Guy) http://commonsware.com | http://github.com/commonsguy http://commonsware.com/blog | http://twitter.com/commonsguy _The Busy Coder's Guide to *Advanced* Android Development_ Version 1.9 Available! -- 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

