[android-developers] Re: eclipse problem in AndroidManifest.xml file

2009-11-13 Thread Dexter#39;s Brain
I think, a clean re-build will solve the problem. :) On Nov 13, 1:50 pm, Android Helebek bilge.tu...@gmail.com wrote: Hi All, I was using Netbeans to write my Android applications for a few weeks now (i was used to NB). Then I decided to give a chance to Eclipse, since its the official

[android-developers] Re: eclipse problem in AndroidManifest.xml file

2009-11-13 Thread Android Helebek
Nope it does not. On Nov 13, 3:54 am, Dexter#39;s Brain coomar@gmail.com wrote: I think, a clean re-build will solve the problem. :) On Nov 13, 1:50 pm, Android Helebek bilge.tu...@gmail.com wrote: Hi All, I was using Netbeans to write my Android applications for a few weeks now (i

[android-developers] Re: eclipse problem in AndroidManifest.xml file

2009-11-13 Thread Fred Grott(Android Expert, http://mobilebytes.wordpress.com)
is this a typo or actual in Manifest? action android:name=android.telephony.TelephonyManager.ACTION_PHONE_STATE_CHANGED/ needs ending tag completion ie / Fred Grott Android Developer http://mobilebytes.wordpress.com On Nov 13, 2:50 am, Android Helebek bilge.tu...@gmail.com wrote: Hi All, I

[android-developers] Re: eclipse problem in AndroidManifest.xml file

2009-11-13 Thread Android Helebek
I am sorry it is just a typo. It actually is fine in the code. Ok, I wanna extend the question a little bit. Assuming my code is working fine (possibly forced, from Netbeans) and assuming receiver requires a BroadcastReceiver, is PhoneStateListener a BroadcastReceiver? I check the sdk and didn't