MyEclipse: Source not found error while de-bugging krishna.chaitanya - Apr 25, 2011 - 08:45 AM Post subject: Source not found error while de-bugging
Hello,
That's the error I get, followed by the button which says "Edit source lookup path". I'm trying to debug my project as an android application.
In my program I've tried to create a Web Service. But I did not open my project as a Web Service Project, instead as an Android Project, so that I can run it on the Android Emulator.
public class SampleServiceActivity extends Activity {
/** Called when the activity is first created. */
@Override
public void onCreate(Bundle savedInstanceState) {