-
Notifications
You must be signed in to change notification settings - Fork 28
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to import the sample #2
Comments
Try to use gradle dependency to non-snapshot library. I won't publish snapshot library in future. By the way, what is your native language? |
Hello im from Taiwan ! I saw "gradle" folder in "facebook-like-button-snapshot" project thanks your reply! |
You need just to add single line If you use Eclipse, try to download |
Thanks but i need to learn how to use gradle firstly haha! |
Shomeser : so i just need to put "facebook-like-button-0.1.8-javadoc.jar" in my project libs folder |
Not the |
i download the "facebook-like-button-snapshot" project
and import to my workspace
and two project "main" and "MainActivity"
"main" as a lib for "MainActivity"
but in "main" project has some
error import static com.shamanland.facebook.likebutton.BuildConfig.LOGGING;
i cant find BuildConfig.LOGGING
sorry for my poor english
The text was updated successfully, but these errors were encountered: