Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AS build error, please help #30

Open
wjhtinger opened this issue Dec 7, 2017 · 3 comments
Open

AS build error, please help #30

wjhtinger opened this issue Dec 7, 2017 · 3 comments
Labels

Comments

@wjhtinger
Copy link

Just use AS 3.0, meet the below error:

Error:Failed to resolve: hanks.xyz:smallbang-library:0.1.2
Error:Failed to resolve: annotationProcessor**

@hypeapps hypeapps added the bug label Dec 7, 2017
@wangxin05
Copy link

Also +1

@The0ldM0nk
Copy link

@wjhtinger which gradle version and android gradle plugin version are you using?

@kingbeful
Copy link

It seems hanks.xyz:smallbang-library:0.1.2 is not available in JCenter now.

My solution is:

1 removed hanks.xyz:smallbang-library:0.1.2 in build.gradle

2 commented all the smallbang related code in SplashScreenActivity

For example:

    @Override

    public void startSplashAnimation() {
        splashScreenPresenter.delayRunActivity();
//        smallBang.bang(logoTextSwap, SMALLBANG_RADIUS, new SmallBangListener() {
//            @Override
//            public void onAnimationStart() {
//                ((AnimationDrawable) logoIcon.getBackground()).start();
//                logoTextSwap.setImageResource(R.drawable.hypeap_logo_text);
//            }
//
//            @Override
//            public void onAnimationEnd() {
//                splashScreenPresenter.delayRunActivity();
//            }
//        });
    }

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

5 participants