-
Notifications
You must be signed in to change notification settings - Fork 102
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Project with path ':unityLibrary' could not be found in project ':UnityExport'. #148
Comments
I got the same error! Did you fix it? |
I do not know if this is correct, but this code fixed the problem and Unity works now inside RN:
(replace :unityLibrary to :UnityExport) |
Where do i need to copy past this code ? |
In file |
did you find any solution on this |
A problem occurred evaluating project ':UnityExport'.
I am facing the same issue .did anyone have solution on this issue |
Hi,
Do you have a solution ? |
Hey did you find any solution on this? |
Hi, did you find any solution? |
Hi everyone,
I've got this error when trying to run-android project.
Where:
Build file 'C:\xxxx\Project\ProjectName\android\UnityExport\build.gradle' line: 20
What went wrong:
A problem occurred evaluating project ':UnityExport'.
Any ideas?
build.gradle of UnityExport :
// GENERATED BY UNITY. REMOVE THIS COMMENT TO PREVENT OVERWRITING WHEN EXPORTING AGAIN
allprojects {
buildscript {
repositories {
google()
jcenter()
}
}
task clean(type: Delete) {
delete rootProject.buildDir
}
I guess this could be related to settings.gradle in export so im providing you that one too.
include ':launcher',':unityLibrary'
The text was updated successfully, but these errors were encountered: