FabricPlugin
FabricPlugin copied to clipboard
Phonegap Build
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
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 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.
Sorry, not using any cloud build services. Just building locally via the Cordova CLI.
Ok... Thankyou... Do you Know another options to add frabric On cloud services?
@hevatix just an update that I got everything working great with Greenhouse CI -- the only issue is I'm not seeing dSYM automatically uploaded.
I guess this issue can be closed. for dSYM, you can follow #44
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?