On Mon, Jul 12, 2010 at 2:31 AM, perumal316 <[email protected]> wrote: > I want to observe the changes made to the filesystem. I am reposting > as previously I have used a wrong title to post. > > I am using FileObserver for this purpose. But I am getting this error > when i > import android.os.FileObserver: > > "The import conflicts with a type defined in the same file" > > Any idea how to resolve this?
It sounds like you have a class in this file named FileObserver, or another import that is importing a class named FileObserver. -- Mark Murphy (a Commons Guy) http://commonsware.com | http://github.com/commonsguy http://commonsware.com/blog | http://twitter.com/commonsguy Android App Developer Books: http://commonsware.com/books -- 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

