Look at the logcat tab.... That will give you more information ---------------------------------------------------------------------- There are only 10 types of people in the world... Those who know binary and those who don't. ----------------------------------------------------------------------
On Mon, Nov 23, 2009 at 11:17 AM, tatman <[email protected]> wrote: > I apologize if this is not the right place for this question: Im > using exclipse and I see a window that this information (below) > appear: > > Title: SqlLiteCursor.class > > Source Not found > > // Compiled from SQLiteCursor.java (version 1.5 : 49.0, super bit) > public class android.database.sqlite.SQLiteCursor extends > android.database.AbstractWindowedCursor { > > // Method descriptor #8 (Landroid/database/sqlite/ > SQLiteDatabase;Landroid/database/sqlite/SQLiteCursorDriver;Ljava/lang/ > String;Landroid/database/sqlite/SQLiteQuery;)V > // Stack: 3, Locals: 5 > public SQLiteCursor(android.database.sqlite.SQLiteDatabase db, > android.database.sqlite.SQLiteCursorDriver driver, java.lang.String > editTable, android.database.sqlite.SQLiteQuery query); > 0 aload_0 [this] > 1 invokespecial android.database.AbstractWindowedCursor() [1] > 4 new java.lang.RuntimeException [2] > 7 dup > 8 ldc <String "Stub!"> [3] > 10 invokespecial java.lang.RuntimeException(java.lang.String) [4] > 13 athrow > Line numbers: > > I'm baffled. I do not know 1) what the exception is 2) what part of > my code caused this problem. > > Now I realize I can start sticking break points all over the place, > try/catches log etc... eventually I will figure this out. > > Seems like there should be an easier way to find out this > information. Is there? > > :) > > Thnx > Matt > > -- > You received this message because you are subscribed to the Google > Groups "Android Beginners" group. > To post to this group, send email to [email protected] > To unsubscribe from this group, send email to > [email protected]<android-beginners%[email protected]> > For more options, visit this group at > http://groups.google.com/group/android-beginners?hl=en -- You received this message because you are subscribed to the Google Groups "Android Beginners" 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-beginners?hl=en

