-
Notifications
You must be signed in to change notification settings - Fork 12
Attach Sources #5
Comments
What changes are you talking about? If automatic attach of the sources it depends on IDE you're using. If it's Android Studio there's no way to automatically attach sources in gradle script (known to me). IDEA automatically attaches sources if available. |
Ah ok, just before when I have done maven repo releases, you can also release the sources jar, therefore when you do "attach sources" it can look them up in the same repo location. |
Check #4, sources should be available |
Hm, looks like there were changes in Android Studio. I've verified working of sources with some 0.3.x version. With latest 0.4.0 sources are not available anymore. Not sure what can I do here.
|
Yeah I'm on 0.4.0 with Gradle 👍 good to know it's not just me |
I've posted the question to Android Team. You can follow the progress there. |
Currently when I click through to the source, it asks me to attach them. (i.e. cmd+click on
LoginButton
).Would be nice in the readme to add this to the gradle script, or update the AAR internally.
https://github.com/facebook/facebook-android-sdk
The text was updated successfully, but these errors were encountered: