question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Generation of `android` directory does not include Javadoc archive

See original GitHub issue

In order to have a release that works for Android, it is required that

./gradlew :ReactAndroid:installArchives

be run before publishing to NPM.

Generation of the binary and source archives work, but Javadoc archive generation fails due to missing dependencies. (See #7 and https://github.com/facebook/react-native/issues/25625)

Javadoc generation is temporarily disabled for this repo until this issue is resolved.

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Reactions:1
  • Comments:7

github_iconTop GitHub Comments

1reaction
stale[bot]commented, Mar 28, 2020

Hey there, it looks like there has been no activity on this issue recently. Has the issue been fixed, or does it still require the community’s attention? This issue may be closed if no further activity occurs. You may also label this issue as a “Discussion” or add it to the “Backlog” and I will leave it open. Thank you for your contributions.

0reactions
brodybitscommented, Mar 29, 2020

Can this be pinned to avoid closure from the stale bot?

Read more comments on GitHub >

github_iconTop Results From Across the Web

Android - failed to generate Javadoc with Android Studio ...
As they said here, main problem is android.jar file is not being included in classpath somehow. So to resolve this we can simply...
Read more >
Add app resources | Android Developers
App resources, such as bitmaps and layouts, are organized into type-specific directories inside each module's res/ directory. You can also add alternative ...
Read more >
Generate JavaDoc for Android Studio Project - YouTube
... generating the JavaDoc documentation, remember to remove the dependency which you added when following this video. Otherwise, you won't ...
Read more >
Building Java Libraries Sample - Gradle User Manual
gradle/wrapper/dists folder. The first time you run the build, Gradle will check whether or not you already have the required dependencies in your...
Read more >
What is JavaDoc tool and how to use it? - GeeksforGeeks
Generation of JavaDoc: – To create a JavaDoc you do not need to compile the java file. To create the Java documentation API,...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found