Recently when I have been running my code, when I scroll over any instance of new Intent(context, class), I get a note:
The Javadoc for this element could neither be found in the attached source nor the attached Javadoc.
Subsequently, when I attempt to run the activity, the program crashes and a DexFile pops up with the error
Source not found.
What I find really weird about this is that this phenomenon is only recent. It hasn't occurred when I was using the Intent constructor yesterday, and I can't recall manipulating any path location files.
Has this happened to anyone else? Does anyone have a fix for this?

