1

I followed the steps in http://www.mobisoftinfotech.com/blog/android/845/ but fbconnect API is a Java project but using Android package so its throwing error. So can anyone help me to complete this?

java.lang.enum 
Description The type java.lang.Enum cannot be resolved. It is indirectly referenced from required .class files 
Resource FBLoginButton.java 
Path /fbconnect-android/src/com/codecarpet/fbconnect 
Location line 1 
Type Java Problem 
no.good.at.coding
  • 20,221
  • 2
  • 60
  • 51
user759644
  • 31
  • 1
  • 3
  • 1
    What? Your question doesn't make much sense, you need to provide more context. – no.good.at.coding May 18 '11 at 17:18
  • am getting error in fbconnect/api as java.lang.enum Description Resource Path Location Type The type java.lang.Enum cannot be resolved. It is indirectly referenced from required .class files FBLoginButton.java /fbconnect-android/src/com/codecarpet/fbconnect line 1 Java Problem – user759644 May 18 '11 at 17:34

1 Answers1

0

There still doesn't seem to be enough information but it seems like your problem might be related to your configuration in Eclipse (if you're using Eclipse of course).

These answers might help figure it out:

Community
  • 1
  • 1
no.good.at.coding
  • 20,221
  • 2
  • 60
  • 51