-
-
Notifications
You must be signed in to change notification settings - Fork 21.6k
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
Warning: application@android:isGame was tagged to replace other declarations but no other declaration present #50224
Comments
Weird, without the replace I would instead get a build error due to the replacement. Did you make sure to install the Android source template matching 009aa63? To have the actual Not directly related but it looks like I lost something important in the |
I've tried again: Rebuilt the editor, rebuilt the template and copied it to the |
I've just tried again with 7c8cc03 i.e. with #50227, and now the Gradle build fails! 😕
|
Oops, sounds like I introduced a syntax error. I don't see it in the diff, it seems consistent to what was working before my changes... I'll look into it. Edit: Found it, pesky comma. |
After #50230 which fixes #50224 (comment) (sorry for the regression), I don't reproduce the warning in the OP in a build of 031a034. Maybe it was a side effect of the error fixed by #50227? Though I do notice that my
So indeed Edit: Now I can see the warnings after toggling |
Ah lol, I forgot to read my own comment...
So my alphabetic reordering in cd64bcd broke. That's specific to |
… cherry-pick The `android:icon` attribute is expected to be the last one in the application definition, as documented by the comment. cd64bcd missed that and caused some arguments to be truncated. Fixes godotengine#50224.
Confirmed that the warning is solved by #50234 and the
|
Fixed by #50234. |
That's puzzling... I'll retest again but with #50234 I wasn't getting it myself. Can you share the |
I tried again with 31143ba and I can't reproduce the issue. Testing procedure:
|
Okay. My bad. It was still using an old copy of the |
Godot version
3.4.beta 009aa63
System information
Ubuntu 21.04
Issue description
When building an Android AAB there is a new warning:
Note: This does not happen when building an APK.
Regression from #50028 cherry-picked to 3.4 with #50202 cd64bcd
Steps to reproduce
Install the Android Build Template. Create an Android preset. Select
Use Custom Build
. SelectExport Format
:Export AAB
. Try to export the project.Minimal reproduction project
Any project will do, but here is a simple one:
HelloAndroid.zip
The text was updated successfully, but these errors were encountered: