At this point, let the application run until you get a force close
dialog on the device.
Then check logcat (in Eclipse or "adb logcat" from the command line) to
find out the cause - it will be in the stack trace, under "Caused by:".
The message about JAR means that the crash is somewhere inside Android -
possibly you are passing a null pointer to some method, or forgot to
declare something in the manifest. This is nothing to be especially
concerned about - check logcat and eliminate the cause.
-- Kostya
21.07.2010 10:13, Linh Le пишет:
I am having problems right when I run the program. Whenever I use the
original file, it runs fine. However, for the file I made edits too,
it always sees to force close itself. I ran it through a debugger and
this is what I get:
"The JAR of this class file belongs to container 'Android 2.1' which
does not allow modification to source attachments on its entries"
//Compiled from Resources.java (version 1.5: 49.0, super bit)
Does anybody know what is wrong with it when it is running?
--
Kostya Vasilev -- WiFi Manager + pretty widget -- http://kmansoft.wordpress.com
--
You received this message because you are subscribed to the Google
Groups "Android Beginners" group.
NEW! Try asking and tagging your question on Stack Overflow at
http://stackoverflow.com/questions/tagged/android
To unsubscribe from this group, send email to
android-beginners+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en