-
-
Notifications
You must be signed in to change notification settings - Fork 21.5k
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
Android Export fails with "Transient parent has another exclusive child" when "Use Gradle Build" is on #82760
Comments
I also encountered this problem |
I also encountered this problem.Reinstalled android studio,Reinstalled jdk11. changed jdk11 to jdk17,Resetted JAVA_HOME,Noting works |
To be clear, the message has nothing to do with why the export fails. It's just an editor bug where we fail to display the error message. See these issues for potential solutions to why the export actually failes:
|
As YuriSizov's says,because of nothing displayed the error message,it's hard to find out what's going wrong. |
I'm looking into the issue with the editor dialog, and while I can reproduce it and I know the cause for it, I also get the entire error printed in the output log regardless. Maybe try running the editor with the |
Note that the lack of showing the real error was solved recently by #84779. Edit: Didn't mean to close, misclick. |
Godot version
v4.1.1.stable.official [bd6af8e]
System information
Godot v4.1.1.stable - Ubuntu 22.04.3 LTS 22.04 - Vulkan (Compatibility) - Mesa Intel(R) UHD Graphics 770 (ADL-S GT1) () - 12th Gen Intel(R) Core(TM) i7-12700K (20 Threads)
Issue description
When attempting to do an export of a minimal project for Android, received
I initiated the export by doing:
When I unchecked "Use Gradle Build" the problem went away
Steps to reproduce
Load the attached minimal reproduction project.
Do Project->Export...
Click "Export Project.." button
Minimal reproduction project
android.zip
The text was updated successfully, but these errors were encountered: