I am developing an Android application where I get the following exception while writing to the database:
An exception occurred: android.database.sqlite.SQLiteException
But it doest say anything else(not even the stack trace).
In general I find it very difficult to debug android SDK exceptions.
Any suggestions/tips on how to debug while developing android applications?
- I am using Eclipse to develop the application.

adb logcat, DDMS, or the DDMS perspective in Eclipse, to examine LogCat.