Android - IllegalStateException - Could not find a method startRhythmandAnimation in the activity class
问题 I can't understand why I'm getting this error message. My method IS in the activity class and the spelling is correct. 02-09 18:23:57.211: E/AndroidRuntime(19939): FATAL EXCEPTION: main 02-09 18:23:57.211: E/AndroidRuntime(19939): Process: stacy.example.assignment3_stacy_v1, PID: 19939 02-09 18:23:57.211: E/AndroidRuntime(19939): java.lang.IllegalStateException: Could not find a method startRhythmandAnimation(View) in the activity class stacy.example.assignment3_stacy_v1