[android-beginners] Re: Automatic Import causes crash ?

2009-08-11 Thread midtoad
This problem was also discussed in the on-line forum for the book "Hello, Android". As Balwinder says, doing an automatic import can be a problem when your class has the same name as a built-in class. Ed Burnette, the book author, says he will change the name of Settings to something like MySetti

[android-beginners] Re: Automatic Import causes crash ?

2009-08-11 Thread Balwinder Kaur (T-Mobile)
If your logcat output for the crash indicated that an Intent was not found, then your problem is in the AndroidManifest.xml file. You were trying to access an Intent that you hadn't declared in the manifest file. I use automatic imports (cmd-shift-o or ctrl-shift-o) all the time and it works nicel