[android-beginners] source not found error!

2010-01-15 Thread umar
can any one provide me solution to this problem?? i using windows vista with ADT on eclipse and getting this error SOURCE NOT FOUND EDIT SOURCE LOOKUP PATH activitythread.performlaunchactivity(activitythread $activityrecord,intent) how to resolve this?? -- You received this message because

[android-beginners] Source not found

2009-08-27 Thread tinyang
Hello. When I click on a button in my app, I get a "Class file editor/source not found" message. I'm not sure why this is a problem because I have other buttons that do the same thing (start an activity) and they do not have this problem. If anyone has suggestions, it would be much appreciated!

[android-beginners] Source not found.

2009-05-14 Thread aglagla
Hi dev! I'm a pretty new android dev.I want to create a contact using existing android database.This is the code package com.android.contact; import android.app.Activity; import android.content.ContentValues; import android.net.Uri; import android.os.Bundle; import android.provider.Contacts; impo

[android-beginners] 'Source Not Found' Error

2009-04-30 Thread Mylk
Hey All, I'm working on my first app and I've come to a hurdle. When I launch the app, I get nothing but a blank app screen. My Class File Editor message gives me the following: "Source Not Found" The Jar of this class belongs to container Android '1.5' which does not allow modifications to sou