Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

5
  • It's the only answer that worked for me. Additionally, I had to manually move the created module folder inside my library's folder. I also noticed that root-level settings.gradle was appended with include ':your_library:your_arr_module', which is important to include if you're linking a React Native library. [I had an issue with react-native-spotify-remote library which failed on the release Gradle build, so I had to fork it & apply this fix] Commented Jan 25, 2023 at 14:53
  • I follow this step, and solve my problem.but face a new problem that I can't get style, string, drawable and other resources in my java code like R.style.xxx R.string.xxx Commented Mar 24, 2023 at 0:50
  • Actually worked fine! should be the best answer Commented Dec 6, 2023 at 15:53
  • This gives an error during dependency analysis. Commented Jan 30, 2024 at 16:52
  • @Daniel which folder exactly did you put your lib module? We are developing an expo module and have the same problem. When we try to create a relase on Gtlab CI we are getting this error. Commented Mar 6, 2024 at 16:49