Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Unable to upload apk to Crashlytics

I'm trying to automate my app build distribution via Jenkyns and Crashlytics. I configured all as indicated on the documentation but crashlyticsUploadDistributionRelease failed with this error: "Distribution upload failed" and "WARN - Crashlytics halted compilation because it can't distribute the unsigned APK:".

how can I fix it ?

like image 429
Gnurant Avatar asked Jun 22 '16 15:06

Gnurant


Video Answer


2 Answers

Mike from Fabric and Crashlytics here.

Beta for Android only supports distributing a signed APK, unsigned APKs can't be distributed.

For information on how to sign an Android app, head to Android's documentation here.

like image 55
Mike Bonnell Avatar answered Oct 23 '22 21:10

Mike Bonnell


Crashlytics not support "Android App Bundle". You can only distrubute "APK" in crashlytics beta.

like image 29
6155031 Avatar answered Oct 23 '22 22:10

6155031