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

NoClassDefFoundError: com.parse.TwitterAuthenticationProvider #100

Open
skywalkerlw opened this issue Nov 20, 2015 · 1 comment
Open

NoClassDefFoundError: com.parse.TwitterAuthenticationProvider #100

skywalkerlw opened this issue Nov 20, 2015 · 1 comment
Labels

Comments

@skywalkerlw
Copy link

I have included
compile 'com.parse:parseui-login-android:0.0.1'
compile 'com.parse:parseui-widget-android:0.0.1'
compile 'com.parse.bolts:bolts-android:1.2.1'
compile 'com.facebook.android:facebook-android-sdk:4.0.1'
compile 'com.parse:parse-android:1.10.1'

but still get the error of:
java.lang.NoClassDefFoundError: com.parse.TwitterAuthenticationProvider
at com.parse.ParseTwitterUtils.getAuthenticationProvider(ParseTwitterUtils.java:19)
at com.parse.ParseTwitterUtils.initialize(ParseTwitterUtils.java:50)

@wangmengyan95
Copy link
Contributor

You need to include ParseTwitterUtils if you need twitter login. Add compile 'com.parse:parsetwitterutils-android:1.10.3' to your project's dependencies will solve the problem.

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

2 participants