I am trying my first Android app with 2 text and 2 Buttons
the app is working fine and also getting loaded in {AVD} but when i click one of the button it stops saying "stopped unexpectedly please try again"
The XML code is
---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
The Main Activity
java code is
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
I thought the error is due to the Android Version i am using on Emulator but even tried it with 5.0.1 and 5.1.1 and also with target AVD 2.2
But still the same error
Thanks in advance