Hi Guys
Fairly new to Corona SDK I wanted to just launch a simple app and connect it with Firebase Analytics to
get going.
I managed to set-up Scott’s demo: https://github.com/scottrules44/firebaseAnalytics-demo
It seems like the event is logged in the console, but a WARNING message is shown before the event is actually logged (view below):
Oct 13 11:33:17.999 WARNING: The ‘plugin.firebaseAnalytics’ library is not available on this platform.
Oct 13 11:33:17.999 event logged
I assumed this warning would not stop me from creating a build on my device, but it did. I could not make a build. The following error messages showed:
BuildID: 59e08568d8d78ui8
Oct 13 11:55:27.006 ERROR: An error occurred during build (corona.build.7). The server returned the following message:
—
A device build error occurred on the server.
Error: Get plugin manifest
Could not read manifest for plugin.
Plugin: plugin.firebaseAnalytics
Publisher: com.balloontap.android
User Account: ...........
BuildID: 59e08568d8d78ui8
—
Oct 13 11:55:27.006
Oct 13 11:55:27.027 Android build failed (5) after 3 seconds
Oct 13 11:55:27.324 ERROR: Build Failed: A device build error occurred on the server.
Error: Get plugin manifest
Could not read manifest for plugin.
Plugin: plugin.firebaseAnalytics
Publisher: com.balloontap.android
User Account: ...........
BuildID: BuildID: 59e08568d8d78ui8
Error code: 5
Would love some help with this to get this tested on my Android device.
Thanks
Dirk