GithubHelp home page GithubHelp logo

Comments (24)

ozodrukh avatar ozodrukh commented on August 17, 2024

Hi, Can you provide some more information Device and Code?

from circularreveal.

wingoku avatar wingoku commented on August 17, 2024

Nexus 5 Android 5.1.1

                int cx = (v.getLeft() + v.getRight()) / 2;
                int cy = (v.getTop() + v.getBottom()) / 2;

 SupportAnimator anim =
                            io.codetail.animation.ViewAnimationUtils.createCircularReveal(swipifyEnableDisableScreen, cx, cy, 0, maxSize);

                    anim.setDuration(1000);
                    anim.setInterpolator(new AccelerateDecelerateInterpolator());

                    anim.addListener(new SupportAnimator.AnimatorListener() {
                        @Override
                        public void onAnimationStart() {

                        }

                        @Override
                        public void onAnimationEnd() {

                        }

                        @Override
                        public void onAnimationCancel() {

                        }

                        @Override
                        public void onAnimationRepeat() {

                        }
                    });

                    anim.start();

from circularreveal.

wingoku avatar wingoku commented on August 17, 2024

Any solution?

from circularreveal.

ozodrukh avatar ozodrukh commented on August 17, 2024

well still not

from circularreveal.

wingoku avatar wingoku commented on August 17, 2024

It can't find the static class. Check your code for generating the .aar file. It might be ignoring the static files when creating jar for .aar

from circularreveal.

scottyab avatar scottyab commented on August 17, 2024

Could it be a jitpack.io issue?

from circularreveal.

esperia avatar esperia commented on August 17, 2024

I have also same problem.
but, Import directly It worked for me.

1.clone

$ cd /path/to/your-project
$ git clone https://github.com/ozodrukh/CircularReveal

2../settings.gradle

include ':app'
include ':CircularReveal:circualreveal' // Add

3../app/build.gradle

dependencies {
    ...
    compile project(':CircularReveal:circualreveal') // Add
}

4../CircularReveal/circualreveal/build.gradle

apply plugin: 'com.android.library'
//apply plugin: 'android-maven' // Comment out
...

from circularreveal.

ozodrukh avatar ozodrukh commented on August 17, 2024

looks like jitpack problem, or my broken hands 😞

from circularreveal.

wingoku avatar wingoku commented on August 17, 2024

@ozodrukh Can you tell me how can I bundle all the dependencies inside the .aar file. I have no expertise in gradle or groovy. So I can't figure out the exact code that would generate the reference dependencies bundle in .aar file. Currenly I am using following code to generate .aar file which I upload to my server from where other can reference them

uploadArchives{
    repositories.mavenDeployer {
        def deployPath = file(getProperty('aar.deployPath'))
        repository(url: "file://${deployPath.absolutePath}")
        pom.project {
            groupId 'myPackageName'
            artifactId 'wingoku-io'
            version "0.0.6"
        }
    }
}

from circularreveal.

scottyab avatar scottyab commented on August 17, 2024

@ozodrukh I wrote a how to guide for publishing to maven central if it helps.

from circularreveal.

wingoku avatar wingoku commented on August 17, 2024

@scottyab it doesn't mention anywhere how to bundle all the referenced dependencies in the .aar file.

from circularreveal.

ozodrukh avatar ozodrukh commented on August 17, 2024

@wingoku, android it does automatically every time you press on build or run button (only on libraries projects)

from circularreveal.

wingoku avatar wingoku commented on August 17, 2024

In my case it doesn't add SDK dependencies in the App's gradle file. So I want to package all the dependencies in the .aar file.

from circularreveal.

jitpack-io avatar jitpack-io commented on August 17, 2024

Hi all,
Is there a problem with the latest 'aar' file? If its something on our side then we'll work on fixing it.
The class itself is included in the aar so perhaps its a similar issue to this one?

from circularreveal.

BhaveshPatadiya avatar BhaveshPatadiya commented on August 17, 2024

I am still facing this same issue. Any Solution available?

from circularreveal.

sridhar-nalam avatar sridhar-nalam commented on August 17, 2024

add library in dependencies without aar extension. It worked for me.
dependencies {
compile 'com.github.ozodrukh:CircularReveal:1.1.0'
}

from circularreveal.

rahulchowdhury avatar rahulchowdhury commented on August 17, 2024

Adding dependencies without @aar worked fine for me as well. Thanks Sridhar 👍

from circularreveal.

MeenaxiD avatar MeenaxiD commented on August 17, 2024

Yes, adding dependencies without @aar works.

from circularreveal.

ebabel avatar ebabel commented on August 17, 2024

RevealAnimator$RevealRadius is extending FloatProperty, which doesn't exist in android versions prior to 4.0. So this shouldn't work, right? Removing the @aar works for me as well (somehow). Can you remove this from the README.md?

from circularreveal.

lvl4fi4 avatar lvl4fi4 commented on August 17, 2024

hi i had the same problem on some project that i set new CircularReveal version in dependencies . i just used old version compile 'com.github.ozodrukh:CircularReveal:1.0.4'

from circularreveal.

RaghavThakkar avatar RaghavThakkar commented on August 17, 2024

Without @aar works.

from circularreveal.

sachithkn avatar sachithkn commented on August 17, 2024

works without @aar thankyou.

from circularreveal.

tiveor avatar tiveor commented on August 17, 2024

the same here, working like a charm without @aar, many thanks.

from circularreveal.

robillo avatar robillo commented on August 17, 2024

working fine with the older version (1.0.4), not working with or without @aar in 2.0.4 version.

from circularreveal.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.