Bundling for android not working with enhance extension (SOLVED)

When I try to include the enhance extension to show some adds, my project refuses to bundle.

I have created a test project (only one GUI with one button) and included the extension, and even then it failed. It is throwing the following error:

image

I did not even implement any of the code to use the extension. Just including it already throws this error.

Steps taken:
1: create a small project with a button to press. Project builds and bundles
2: include the enhance_extension folder from https://github.com/enhance-co/defold-connector (not yet included in game.project. Project builds, but does not bundle.
3: include the folder in game.project: Project builds, but does not bundle
4: included 3 lines of code to show Interstitial add: Project builds, but does not bundle.

All builds are working as expected, bundles are without certificate. I’m using defold 1.2.162.

source code for the project can be found on https://github.com/benny-wens/show_add

Can somebody please tell me what I am doing wrong?

This is a known issue, more detail in here:

You can build it temporarily under Linux, it works fine there. I installed Ubuntu under VirtualBox, then Defold and am currently building there. Hopefully this will be fixed soon. :slight_smile:

Yes, it will be fixed early this week in our next release.

2 Likes

Thanks all for the work around and off course the solution in the coming build.

Solved in 1.2.163

1 Like