We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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**
The text was updated successfully, but these errors were encountered:
Also +1
Sorry, something went wrong.
@wjhtinger which gradle version and android gradle plugin version are you using?
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(); // } // }); }
No branches or pull requests
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**
The text was updated successfully, but these errors were encountered: