Android build doesn't work due to missing CoronaProvider.licensing.google

I have been using an old version of Enterprise (991). Now I upgraded to the latest (1087) and updated build.sh to the version present in the new App template. I can successfully build my project, but when running on device it fails at startup with this error:

04-17 17:29:41.260: I/Corona(9785): ERROR: Could not load provider (google) due to the following reason: module ‘CoronaProvider.licensing.google’ not found:resource (CoronaProvider.licensing.google.lu) does not exist in archive
04-17 17:29:41.260: I/Corona(9785):     no field package.preload[‘CoronaProvider.licensing.google’]
04-17 17:29:41.260: I/Corona(9785):     no file ‘(null)/CoronaProvider.licensing.google.lua’
04-17 17:29:41.260: I/Corona(9785):     no file ‘(null)/CoronaProvider.licensing.google.lua’
04-17 17:29:41.260: I/Corona(9785):     no file ‘/data/data/com.cluelessideas.magicdefendershd/lib/libCoronaProvider.licensing.google.so’
04-17 17:29:41.260: I/Corona(9785):     no file ‘./CoronaProvider.licensing.google.so’
04-17 17:29:41.260: I/Corona(9785):     no file ‘(null)/CoronaProvider.licensing.google.so’
04-17 17:29:41.260: I/Corona(9785):     no file ‘/data/data/com.cluelessideas.magicdefendershd/lib/libCoronaProvider.so’
04-17 17:29:41.260: I/Corona(9785):     no file ‘./CoronaProvider.so’
04-17 17:29:41.260: I/Corona(9785):     no file ‘(null)/CoronaProvider.so’.
04-17 17:29:41.260: I/Corona(9785): stack traceback:
04-17 17:29:41.260: I/Corona(9785):     [C]: ?
04-17 17:29:41.260: I/Corona(9785):     [C]: in function ‘assert’
04-17 17:29:41.260: I/Corona(9785):     ?: in function ‘requireProvider’
04-17 17:29:41.260: I/Corona(9785):     ?: in function ‘setCurrentProvider’
04-17 17:29:41.260: I/Corona(9785):     ?: in function ‘init’
04-17 17:29:41.260: I/Corona(9785):     ?: in main chunk
04-17 17:29:41.260: I/Corona(9785): Runtime error
04-17 17:29:41.260: I/Corona(9785): stack traceback:
04-17 17:29:41.260: I/Corona(9785):     [C]: ?
04-17 17:29:41.260: I/Corona(9785):     [C]: in function ‘assert’
04-17 17:29:41.260: I/Corona(9785):     ?: in function ‘requireProvider’
04-17 17:29:41.260: I/Corona(9785):     ?: in function ‘setCurrentProvider’
04-17 17:29:41.260: I/Corona(9785):     ?: in function ‘init’
04-17 17:29:41.260: I/Corona(9785):     ?: in main chunk
 

I don’t have any mentions of the Google Licensing service anywhere on my code. I deleted my project’s lib, assets, bin and gen directories under android/ but it still doesn’t work. Is there something missing on my side or could this be a bug?

Hi,

This was a bug in our enterprise code which should be fixed in build 1088.  Thank you for reporting the issue.

I’m getting this same error with the non-enterprise build.

Hi,

This was a bug in our enterprise code which should be fixed in build 1088.  Thank you for reporting the issue.

I’m getting this same error with the non-enterprise build.