2025-02-12T16:00:00Z
2025/02/13 ISSUE EDIT:
In order to solve the issue of abnormal project packaging, I went through nearly a week of repeated attempts and testing about 30 times, finally resolved the problem of abnormal packaging, piece by piece.
figured it out, it is necessary to investigate relevant issues one by one:
First of all, determine whether the current project configuration environment can cook pre packaged project or a new empty project. If it is possible to package the previous project, try adding some complex models to the previous project and try cooking again.
(Tip: Please remember to remove the Intermediate every time.)
Next, let’s take a look at the second method, delete app-debug.apk both packageDebug documentation.
(Tip: Please backup the original files every time)
Finally, check your project configuration file, whether the OBB file is too large, and then check your project configuration to cancel the project data packaging in the .apk.
Thankfully, I solved the problem of packaging exceptions with this method, and I hope it helps you as well.