[Solved] The source attachment does not contain the source for the file SQLiteOpenHelper.class


A .jar does not expose its source code by itself. You’ll have to add the source code by yourself to be able to browse it.

You can be pretty sure though that the mistake will be on your own side, so you could question the use of debugging Android code 🙂

You can add it manually (don’t remember how, Google) or use an Eclipse plugin which did a good job for me in the past; https://code.google.com/p/adt-addons/
Might be a little out-dated though.

1

solved The source attachment does not contain the source for the file SQLiteOpenHelper.class