[android-beginners] Re: Force close issue!

2010-07-21 Thread Justin
Could the issue be that it the section of code your trying to load is not in the Android Manifest? This has caused issues for me in the past. -- You received this message because you are subscribed to the Google Groups Android Beginners group. NEW! Try asking and tagging your question on Stack

Re: [android-beginners] Re: Force close issue!

2010-07-21 Thread Shaista Naaz
Hi Justin, Is it that when we make changes in string.xml and main.xml then we need to make changes in Android Manifest too.? As I am having similar kind of problem. I am running Hello Android program by making changes in the XML as suggested in the link but after this i am not able to run my code