I\'m new to android and I\'m trying to implement MyFirstApp given on android google developers site, So app contains one textbox and button, if you enter any text in textfie
//Just change your manifest file, its not getting path of your "DisplayMessageActivity" for //sample as below :
android:name="com.example.checkproject.DisplayMessageActivity"
or
android:name =".DisplayMessageActivity"