I've been trying to diagnose issues regarding cordova plugin compatibility. In doing so I created a blank [email protected] project. Installed cordova-plugin-firebase and attempted a build.
Got the following build error:
BUILD FAILED
3 actionable tasks: 3 executed
in 2s
(node:8140) UnhandledPromiseRejectionWarning: Unhandled promise rejection (rejection id: 1): Error: cmd: Command failed with exit code 1 Error output:
FAILURE: Build failed with an exception.
- What went wrong:
Could not resolve all files for configuration ':debugCompileClasspath'.
> Could not find support-v4.aar (com.android.support:support-v4:26.1.0).
Searched in the following locations:
https://jcenter.bintray.com/com/android/support/support-v4/26.1.0/support-v4-26.1.0.aar
How did you solve this error @trithor2 ?
Most helpful comment
How did you solve this error @trithor2 ?