I've followed the step by step instructions on importing the fb SDK according to Android Facebook SDK 4 in Eclipse but the facebook project is still marked as having an error while there are no errors on the packages or resources folders as shown Can anyone help me on how to solve this problem
Asked
Active
Viewed 57 times
0
-
can you please right click on facebook project- prop - java build path and make sure there is no error there – Ahmed Basyouny Jul 02 '15 at 09:37
-
there isn't any error – Macharia Jul 02 '15 at 10:05
-
ok when you try to build your app is there is any problem showing in problem tab ? – Ahmed Basyouny Jul 02 '15 at 10:09
-
Oh, yeah! it says Using 1.7 requires compiling with Android 4.4 (KitKat); currently using API 10 facebook line 1 Android ADT Problem – Macharia Jul 02 '15 at 10:16
-
ok you using android 2.3.3 chaange it to 4.4 if you have it or change JDK to 1.6 instead of 1.7 – Ahmed Basyouny Jul 02 '15 at 10:18
-
Can't believe that's all I was missing! It's alright now, thanks!!!! – Macharia Jul 02 '15 at 10:28
-
anytime glad I could help :) – Ahmed Basyouny Jul 02 '15 at 10:29