ParseUI-Android icon indicating copy to clipboard operation
ParseUI-Android copied to clipboard

NoClassDefFoundError: com.parse.TwitterAuthenticationProvider

Open skywalkerlw opened this issue 10 years ago • 1 comments

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)

skywalkerlw avatar Nov 20 '15 23:11 skywalkerlw

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.

wangmengyan95 avatar Nov 20 '15 23:11 wangmengyan95