Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>Apparently, this behavior is "normal". I found an answer to this question from a different forum.</p> <blockquote> <p>That's normal. The SDK doesn't include source code for Android classes. If you step into an Android class while debugging, you'll get the "source not found" message. Do Run -> Step Return to finish executing the method without source code.</p> </blockquote> <p>However, when I try to Step Over or Step Return, I still receive this error and the program stops. So, I guess it's an answer, but not a solution. I don't know how to get passed this issue.</p> <p>Here's a link to the original <a href="http://markmail.org/message/ssv6fcmi6qqpeqjn" rel="nofollow">forum post</a></p> <p>Update: Using this link <a href="http://blog.michael-forster.de/2008/12/view-android-source-code-in-eclipse.html" rel="nofollow">View Android Source Code in Eclipse</a>, I found the solution I needed. Find the post by Volure in the comments section. It has a link to a packaged set of Android base code needed to overcome this issue. Put the zip file in the corresponding directory. Then in the Package Explorer, r-click on the jar file, select Properties. In the Java Source Attachment dialog, select External File. Select the zip file. Press OK. Again, r-click the jar file in Package Explorer and select refresh. Test the setup by double-clicking any of the Android classes. You should now see the source.</p> <p>Hope this saves someone some time. It took me 4 hours of research to discover the solution.</p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload