Skip to content

Cannot find symbol variable Techniques and YoYo #181

Description

@bsmapps

I am using implementation "com.daimajia.androidanimations:library:2.4" with gradle-8.14.3-bin.zip and when i try to run my project i get the following errors:

package com.daimajia.androidanimations.library does not exist
import com.daimajia.androidanimations.library.Techniques;
import com.daimajia.androidanimations.library.YoYo;

cannot find symbol variable Techniques
YoYo.with(Techniques.Tada).duration(500).delay(100).playOn(layout.findViewById(R.id.delete));
symbol: variable Techniques

cannot find symbol variable YoYo
YoYo.with(Techniques.Tada).duration(500).delay(100).playOn(layout.findViewById(R.id.delete));
symbol: variable YoYo

Image

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions