-
Notifications
You must be signed in to change notification settings - Fork 3.7k
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
Tweaks to readme file #22
Comments
Once you get the properties dialog box open, on the left select "Android" It might also be worth adding that when adding the library in the inital steps after this line: "Select the facebook subdirectory from within the git repository at the location." |
Thanks. My problem was mostly my misreading... I had gone to the too-familiar Libraries tab of Java Build Path, instead of Android. Predictable confusion resulted. Nonetheless, your fuller text will certainly help, even in cases like my confusion. |
Good feedback, I will push an updated README with these changes in a few minutes. |
Android 4.15
Thanks Steven, for the updated configuration and readme. It's great to see this evolve so quickly.
I have two more suggestions for the readme file:
Correct the line "git clone git@github.com:facebook/facebook-android-sdk.git" to read "git clone http://github.com/facebook/facebook-android-sdk.git". That will allow everyone who has only read-only access to get the files.
The line "If you already have an Android application, you can add a dependency to your application on the SDK by right-clicking on your project in the Package Explorer, selecting Properties, and adding the dependency in the Library section of the Android tab." is a bit vague. I've never imported a library into an Android project before, and the steps are not completely obvious. Even after two tries, I don't think I have it quite right yet.
Thanks,
David
The text was updated successfully, but these errors were encountered: