IllegalStateException: Could not find a method …(View) in the activity class

You need to include a single View parameter for the system to find your method:

public void startRhythmandAnimation (View view)

Leave a Comment