Skip to content
This repository was archived by the owner on Jul 27, 2019. It is now read-only.
This repository was archived by the owner on Jul 27, 2019. It is now read-only.

Version 3.3.0 not building for android 6.4.0 #38

@dland512

Description

@dland512

Describe the bug

Will not build under Android. Note this does not seem to be quite the same issues as this one. In my case there is no real error message given. I'm using the same version of the cordova-android and cordova-plugin-firebase-lib they are.

To Reproduce

Add the plugin and build for android.

Steps to reproduce the behavior:

cordova plugin add [email protected] --save
cordova build android

Expected behavior

Should build.

Console Logs

me$ cordova build android
Preparing Firebase on Android
ANDROID_HOME=/Users/me/Library/Android/sdk
JAVA_HOME=/Library/Java/JavaVirtualMachines/jdk1.8.0_151.jdk/Contents/Home
Subproject Path: CordovaLib
Configuration 'compile' in project ':' is deprecated. Use 'implementation' instead.
The Task.leftShift(Closure) method has been deprecated and is scheduled to be removed in Gradle 5.0. Please use Task.doLast(Action) instead.
	at build_5mn13fbytbeodrevlz8q7dmtz.run(/Users/me/my-app/platforms/android/build.gradle:148)
registerResGeneratingTask is deprecated, use registerGeneratedFolders(FileCollection)
registerResGeneratingTask is deprecated, use registerGeneratedFolders(FileCollection)
publishNonDefault is deprecated and has no effect anymore. All variants are now published.
:preBuild UP-TO-DATE
:CordovaLib:preBuild UP-TO-DATE
:CordovaLib:preDebugBuild UP-TO-DATE
:CordovaLib:checkDebugManifest UP-TO-DATE
:CordovaLib:processDebugManifest UP-TO-DATE
:preDebugBuild FAILED

FAILURE: Build failed with an exception.

* What went wrong:
1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.

* Get more help at https://help.gradle.org

BUILD FAILED in 0s

No real reason appears to be given. Including -d --debug or -d --stacktrace don't provide any more info.

Plugin Version

cordova-plugin-firebase-lib 3.3.0 "Google Firebase Plugin"

Desktop (please complete the following information):

  • OS: macOS 10.14.5
  • Browser n/a
  • Version n/a

Additional context

cordova version: 7.1.0
cordova-android version: 6.4.0

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions