sarriaroman / FabricPlugin

Fabric.io plugin for Cordova or Phonegap
MIT License
198 stars 159 forks source link

Phonegap Build #24

Open Ihernandezpi opened 8 years ago

Ihernandezpi commented 8 years ago

I can´t build an android aplication with Adobe Phonegap Build... Please help me. The log shows this:

compile: [javac] Compiling 46 source files to /project/bin/classes [javac] /project/src/com/sarriaroman/fabric/FabricPlugin.java:9: error: package com.crashlytics.android does not exist [javac] import com.crashlytics.android.Crashlytics;

And then:

BUILD FAILED /android-sdk/tools/ant/build.xml:716: The following error occurred while executing this line: /android-sdk/tools/ant/build.xml:730: Compile failed; see the compiler error output for details. Total time: 6 seconds /project/cordova/node_modules/q/q.js:126 throw e; ^ Error code 1 for command: ant with args: debug,-f,/project/build.xml

Justin-Credible commented 8 years ago

I don't have any apps that use PhoneGap to test. But from the output it looks like it is using Ant to build, while the plugin is setup to use Gradle.

jamesdixon commented 8 years ago

@Justin-Credible are you using any sort of cloud build service that successfully builds a project using this plugin? Trying to find something that will work and avoid having me build locally.

Justin-Credible commented 8 years ago

Sorry, not using any cloud build services. Just building locally via the Cordova CLI.

Ihernandezpi commented 8 years ago

Ok... Thankyou... Do you Know another options to add frabric On cloud services?

jamesdixon commented 8 years ago

@hevatix I'm currently testing out Greenhouse CI, which looks promising.

Greenhouse CI

jamesdixon commented 8 years ago

@hevatix just an update that I got everything working great with Greenhouse CI -- the only issue is I'm not seeing dSYM automatically uploaded.

cadesalaberry commented 7 years ago

I guess this issue can be closed. for dSYM, you can follow #44

nightwolf13 commented 6 years ago

Does this plugin works with Phonegap build? I've got error:

01-14 00:15:45.793: E/CrashlyticsCore(25750): .
01-14 00:15:45.794: E/CrashlyticsCore(25750): .     |  | 
01-14 00:15:45.794: E/CrashlyticsCore(25750): .     |  |
01-14 00:15:45.794: E/CrashlyticsCore(25750): .     |  |
01-14 00:15:45.794: E/CrashlyticsCore(25750): .   \ |  | /
01-14 00:15:45.794: E/CrashlyticsCore(25750): .    \    /
01-14 00:15:45.794: E/CrashlyticsCore(25750): .     \  /
01-14 00:15:45.794: E/CrashlyticsCore(25750): .      \/
01-14 00:15:45.794: E/CrashlyticsCore(25750): .
01-14 00:15:45.794: E/CrashlyticsCore(25750): This app relies on Crashlytics. Please sign up for access at https://fabric.io/sign_up,
01-14 00:15:45.794: E/CrashlyticsCore(25750): install an Android build tool and ask a team member to invite you to this app's organization.
01-14 00:15:45.794: E/CrashlyticsCore(25750): .
01-14 00:15:45.794: E/CrashlyticsCore(25750): .      /\
01-14 00:15:45.794: E/CrashlyticsCore(25750): .     /  \
01-14 00:15:45.794: E/CrashlyticsCore(25750): .    /    \
01-14 00:15:45.794: E/CrashlyticsCore(25750): .   / |  | \
01-14 00:15:45.794: E/CrashlyticsCore(25750): .     |  |
01-14 00:15:45.794: E/CrashlyticsCore(25750): .     |  |
01-14 00:15:45.794: E/CrashlyticsCore(25750): .     |  |
01-14 00:15:45.794: E/CrashlyticsCore(25750): .
01-14 00:15:45.794: E/GooglePlayServicesUtil(25750): The Google Play services resources were not found. Check your project configuration to ensure that the resources are included.

.. Found that it could be connected to not working hooks.. But did it fixed somehow?