0

I am following TWA Quick Start Guide. I am trying to build a APK using bubblewrap. I went through generating project files using bubblewrap --init.

The problem comes when I run bubblewrap build. I get a large error log. I believe it fails to build my .png icons.

I tried using a different version of bubblewrap and changing .png size, nothing worked. I don't know what else I can try nor how to interpret error logs.

1 Answers1

0

The problem turned out to be that bubblewrap was generating wrong image sizes. I manually edited image sizes in the res folder and the build went without errors.