You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+10-1Lines changed: 10 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,12 +33,21 @@ cd ios && pod install && cd ../
33
33
### Android
34
34
- Open `lib/android` in Android Studio
35
35
- To enable documentation for the LDK code, follow this guide: [How to attach JavaDoc to the library in Android Studio](https://medium.com/@mydogtom/tip-how-to-attach-javadoc-to-the-library-in-android-studio-5ff43c4303b3), ie.:
36
-
1. Switch to `Project` view in the Project browser tool windo
36
+
1. Switch to `Project` view in the Project browser tool window
37
37
2. Expand `External Libraries`
38
38
3. Right click on `Gradle: ./libs/LDK-release.aar` then `Library Properties…`
39
39
4. Tap the ➕ button and select the `./lib/android/libs/ldk-java-javadoc.jar` file
40
40
5. In the popup that appears select `JavaDocs` and tap `OK` then `OK` again
0 commit comments