Android Bundle strange error (SOLVED)

Hi!,

I have a strange problem generating an android version. Here’s the information to have the context of the problem:

  1. The desktop version of the game runs smoothly.

  2. When trying to generate an Android bundle the following error message appears:

22%20PM

  1. The previous version of the Game could be generated without problems. The only change from the previous version was to add a folder in Custom Resources:

57%20PM

If I remove that line the game can be built.

I have generated more than 50 alpha versions of the game, and this is the first time I have a problem of this type. Any suggestions on how to find the solution?

Greetings

Did you try to remove the leading / ?

ed

3 Likes

Or add a / to the end?

1 Like

Hello,

following your recommendation I removed the initial “/”, now I can generate the version without problems.

Thank you very much.

4 Likes