Sanat Pandey
Sanat Pandey

Reputation: 2609

NoClassFoundError in an Android App

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

Answers (2)

sudmong
sudmong

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

ShashiKant
ShashiKant

Reputation: 210

Did you add the FBRocket jar to your apk ?

Upvotes: 1

Related Questions