Reputation: 2609
HI guys, I have a problem that I am getting an error as NoClassFound Error in an Activity which is already added in a Manifest File. Thing is that I am using FBRocket jar for Facebook implementation. For this we have to implements LoginListner interface to your Activity. And when we implement this interface this error occurred. How this problem be resolved?
Upvotes: 0
Views: 68
Reputation: 2036
Places the jar on buildpath (right click on jar to do this), so that it can be used to compilation as well as while preparing apk.
Upvotes: 0