-
-
Notifications
You must be signed in to change notification settings - Fork 328
Unable to parse secondary library #1491
Comments
Need more explanation on this. Why do you mean by "parse" and "secondary library"? And what's the exact issue you're facing? |
rootProject.name = "bbs" 二级目录无法使用 |
Please use a translator. I do not speak Chinese. |
settings.gradle Unable to construct, project is pulled from Android Studio dropdown |
Okay, so what's the error? Can you provide the build output and IDE logs? |
I think the issue is with the AndroidIDE's init-script plugin which tries to add dependencies to all sub-projects without considering whether the project is a real project (has a build script). I'll test if this is correct and patch the bug ASAP. |
What happened?
rootProject.name = "bbs"
include ':app'
include ':library:base'
include ':library:widget'
include ':library:dkplayer-ui'
include ':library:dkplayer-java'
What's the expected behavior?
Unable to parse secondary library
What version of AndroidIDE you're using?
v2.6.0 (debug builds)
Relevant log output
No response
Duplicate issues
Code of Conduct
The text was updated successfully, but these errors were encountered: