Tim Bond
Tim Bond
Did you add the correct [build key](https://docs.tabris.com/latest/build.html#building-an-app)? You might try deleting the `/Users/adminy/.tabris-cli` folder and try again
Are you using Node 16? I wonder if https://github.com/eclipsesource/tabris-js-cli/pull/88 could be the cause
Anything in logcat in the prod build?
Also, `app.launch` returns a promise, so you can add a `.catch` clause which may reveal an error
@violuke was the fix to use the nightly build (and thus the new native code) or was it necessary to add entries to `AndroidManifest.xml`? If the latter I'd like to...
Can you build pinned to [an older version](https://www.npmjs.com/package/tabris?activeTab=versions) that worked?
I was referring to one of the nightly builds (which is what your last successful build would have used)
...well that was my bad for using the same image. But this is very confusing since [the code lists it as number 14](https://github.com/jgrossi/elephpant.me/blob/master/resources/data/elephpants.json#L107-L114) but [the site lists it as number...
@jgrossi which branch/commit is deployed on production?
See also #757