Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在开发一个 Android 应用程序,用户可以选择他/她可以使用 Facebook 帐户(FB 登录)登录主应用程序。我在这个链接中来到了这个教程。
.java在开发应用程序时,我在一个文件中遇到了一个错误:
.java
Facebook 课程不可用。创建 Facebook 类。
我没有得到任何东西,因为我已经在我的项目中包含了 Facebook Android SDK。
我错过了什么?
首先在项目的属性-> android 中检查库。在库中添加 facebook(com_facebook_android) 库。