aditcodes / socialauth-android

Automatically exported from code.google.com/p/socialauth-android
0 stars 0 forks source link

java.lang.NoClassDefFoundError: org.brickred.socialauth.android.SocialAuthAdapter #4

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Include the socialauth-2.3.jar and socialauth-android-1.0.jar in the project 
path and select to export them. 
2. Clean the project 
3. Run the code provided in the example

What is the expected output? What do you see instead?

11-19 21:23:05.465: I/dalvikvm(24803): Could not find method 
org.brickred.socialauth.android.SocialAuthAdapter.getUserProfile, referenced 
from method me.ludis.LoginOptionList.Events

11-19 21:23:05.465: W/dalvikvm(24803): VFY: unable to resolve virtual method 
3692: Lorg/brickred/socialauth/android/SocialAuthAdapter;.getUserProfile 
()Lorg/brickred/socialauth/Profile;

11-19 21:23:05.505: E/AndroidRuntime(24803): java.lang.NoClassDefFoundError: 
org.brickred.socialauth.android.SocialAuthAdapter

What version of the product are you using? On what operating system?
Android API 16

Please provide any additional information below.
Tried the solution proposed in the below thread but none of them seem to work. 
http://stackoverflow.com/questions/12295754/noclassdeffounderror-when-adding-soc
ialauth-in-eclipse

Original issue reported on code.google.com by tarundhi...@gmail.com on 19 Nov 2012 at 9:34

GoogleCodeExporter commented 9 years ago
Hi,

PLease use the socialauth-android.jar in the libs directory of samples[ share 
-bar , share-button- custom-ui] instead of socialauth-android-1.0 jar to solve 
the issue

Original comment by vineet.a...@3pillarglobal.com on 20 Nov 2012 at 5:43

GoogleCodeExporter commented 9 years ago

Original comment by l...@3pillarglobal.com on 3 Dec 2012 at 9:22