Unable to upload apk to Crashlytics

前端 未结 3 1450
一整个雨季
一整个雨季 2020-12-20 15:01

I\'m trying to automate my app build distribution via Jenkyns and Crashlytics. I configured all as indicated on the documentation but crashlyticsUploadDistributionRelease fa

相关标签:
3条回答
  • 2020-12-20 15:19

    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.

    0 讨论(0)
  • 2020-12-20 15:21

    I was facing this same issue when I was integrating Fastlane with Crashlytics. I wanted to distribute build to testers.

    In Fastlane, you can choose whether you want to publish Debug APK or Release APK. Fastlane trying to publish release APK I just changed it to Debug APK in a Fastfile and it worked.

    I am sure it might have some settings in Jenkins also that could publish Debug APK. hope this helps.

    0 讨论(0)
  • 2020-12-20 15:45

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

    0 讨论(0)
提交回复
热议问题