Android - How To Open Activity By Clicking Button
How do I open an Activity(GameProcess) by clicking on a button(ButStart)? I already edited it and take to manifest. What mistakes do you see? It crashes when I tap the button(ButSt
Solution 1:
Probably your button Butstart
is null
. Check "butstart" id in your main.xml
Post a Comment for "Android - How To Open Activity By Clicking Button"