FabricPlugin icon indicating copy to clipboard operation
FabricPlugin copied to clipboard

Phonegap Build

Open Ihernandezpi opened this issue 8 years ago • 8 comments

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

Ihernandezpi avatar Mar 30 '16 22:03 Ihernandezpi

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.

Justin-Credible avatar Apr 07 '16 23:04 Justin-Credible

@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.

jamesdixon avatar Apr 20 '16 21:04 jamesdixon

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

Justin-Credible avatar Apr 20 '16 23:04 Justin-Credible

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

Ihernandezpi avatar Apr 25 '16 15:04 Ihernandezpi

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

Greenhouse CI

jamesdixon avatar Apr 25 '16 16:04 jamesdixon

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

jamesdixon avatar Apr 25 '16 22:04 jamesdixon

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

cadesalaberry avatar Jun 01 '16 09:06 cadesalaberry

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?

nightwolf13 avatar Jan 13 '18 21:01 nightwolf13