jenkinsci / fabric-beta-publisher-plugin

DEPRECATED: A Jenkins plugin that lets you publish Android apps to Fabric Beta
MIT License
24 stars 17 forks source link

Error during uploading apk #24

Closed jekakm closed 7 years ago

jekakm commented 7 years ago

I'm got this error while try to upload apk to fabric beta

Exception in thread "main" com.crashlytics.tools.android.exception.PluginException: Distribution upload failed. at com.crashlytics.tools.android.DeveloperTools.processProperties(DeveloperTools.java:667) at com.crashlytics.tools.android.DeveloperTools.processArgsInternal(DeveloperTools.java:348) at com.crashlytics.tools.android.DeveloperTools.main(DeveloperTools.java:273) Caused by: com.crashlytics.tools.android.exception.DistributionException: Crashlytics halted compilation because it can't extract Crashlytics build info from the APK: /var/lib/jenkins/workspace/new_cookorama-android/app/build/outputs/apk/app-release.apk at com.crashlytics.tools.android.DistributionTasks.uploadDistribution(DistributionTasks.java:64) at com.crashlytics.tools.android.DeveloperTools.processProperties(DeveloperTools.java:665) ... 2 more

egor-n commented 7 years ago

Seems like the crashlytics-build.properties is not present in your APK. Did you add and apply Crashlytics Gradle plugin to the project?

jekakm commented 7 years ago

yeah, my fault, sorry

RomanBalata commented 5 years ago

Hi, I have the same error, how to fix this?