Hi devs! Today I had a problem when compiling one apk.
I used the comand line with a used every day, to compile another apks… the following…
expo push:android:upload --config “variants/myapp.json” --api-key “myApiKey”
and
expo build:android --config “variants/myapp.json”
I wrote the keystore, passwords, alias… as I always do.
Then, the builds start, so after some minutes the build stop and throw an error… like this:
Waiting for build to complete.
You can press Ctrl+C to exit. It won’t cancel the build, you’ll be able to monitor it at the printed URL.
Build failed.
Standalone build failed!
And no logs was created… when I entered on expo.io to view log there is no log there…
Somebody can tell me whats going on?
Thanks…