I recently took a new position and I've been handed a project their former developer started. I've been picking through his code, trying to get things to display and weeding through all his commented-out sections. Once I got things displaying, I tried to debug through it to see what, if anything, he had finished.
I immediately ran into an InvocationTargetException and the standard text: The JAR of this class file belongs to container 'Android 1.5' which does not allow modifications to source attachments on its entries. I Googled it, followed some instructions to make sure the source was available and even after restarting Eclipse, opening and closing the project and clean/rebuilding I'm still unable to view the source. The source JAR is loaded into the project explorer and I can expand it to show everything inside, but when I try to open any specific file I get the same problem. I'm at a bit of a loss. Is there something the previous developer may have done that could cause this problem? Is there a way around it? Any shoves in the right direction appreciated. -- You received this message because you are subscribed to the Google Groups "Android Developers" 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-developers?hl=en

