I’m new at this and is the first time I try to do an android app. I’m trying to do a rock, paper & scissors I know I haven’t finish the code but I’m having some error….
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I see a few places that could be the problem, but one that could be causing you trouble is where you have
you are missing the
if, you need something likein a few places.
Also, you need to reference the TextView that’s in your layout, so instead of
you need something like
and dont call setContentView(tv).