Could not get resource 'https://dl.bintray.com/drummer-aidan/maven/com/afollestad/easyvideoplayer/0.3.0/easyvideoplayer-0.3.0.pom'
TarunNarula opened this issue · 0 comments
I am getting this error from last few days - spent so many hours in this but not able to find the solution.
below is the issue which I am getting in console while running 'ionic cordova run android'
Platform: Android
Device: Samsung
Expected behaviour: build should succeed
Actual behaviour: getting errors
`
-
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 12s
Error: /Users/tn61982/Desktop/Tarun/Ionic/musra-ionic/platforms/android/gradlew: Command failed with exit code 1 Error output:
FAILURE: Build failed with an exception.
- What went wrong:
Could not resolve all files for configuration ':app:debugCompileClasspath'.
Could not resolve com.afollestad:easyvideoplayer:0.3.0.
Required by:
project :app > com.afollestad:material-camera:0.4.4
Could not resolve com.afollestad:easyvideoplayer:0.3.0.
> Could not get resource 'https://dl.bintray.com/drummer-aidan/maven/com/afollestad/easyvideoplayer/0.3.0/easyvideoplayer-0.3.0.pom'.
> Could not GET 'https://dl.bintray.com/drummer-aidan/maven/com/afollestad/easyvideoplayer/0.3.0/easyvideoplayer-0.3.0.pom'. Received status code 403 from server: Forbidden
-
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 12s
at ChildProcess.whenDone (/Users/tn61982/Desktop/Tarun/Ionic/musra-ionic/platforms/android/cordova/node_modules/cordova-common/src/superspawn.js:169:23)
at ChildProcess.emit (events.js:375:28)
at maybeClose (internal/child_process.js:1055:16)
at Socket. (internal/child_process.js:441:11)
at Socket.emit (events.js:375:28)
at Pipe. (net.js:675:12)
[ERROR] An error occurred while running subprocess cordova.
cordova build android --device --verbose exited with exit code 1.
Re-running this command with the --verbose flag may provide more information.
ionic:utils-process onBeforeExit handler: 'process.exit' received +0ms
ionic:utils-process onBeforeExit handler: running 2 functions +0ms
ionic:utils-process processExit: exiting (exit code: 1) +30ms
`
Kindly help!!
Thanks in Advance.