akveo / akveo/ng2-smart-table

Android React Native error “Could not find commons-compress.jar”

Open
#804 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
TypeScript
Stars
1.6k
Forks
867
PR merge metrics
No merged PRs in 30d

Description

I have a react-native application, and when trying to run on android or compile the apk I receive this error:
>react-native run-android
Scanning 771 folders for symlinks in D:\projects\AppClient\node_modules (60ms)
JS server already running.
Building and installing the app on the device (cd android && gradlew.bat installDebug)...

FAILURE: Build failed with an exception.

* What went wrong:
A problem occurred configuring root project 'AppClient'.
> Could not resolve all dependencies for configuration ':classpath'.
> Could not find commons-compress.jar (org.apache.commons:commons-compress:1.8.1).
Searched in the following locations:
https://jcenter.bintray.com/org/apache/commons/commons-compress/1.8.1/commons-compress-1.8.1.jar

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

BUILD FAILED

Total time: 3.228 secs
Could not install the app on the device, read the error above for details.
Make sure you have an Android emulator running or a device connected and have
set up your Android development environment:
https://facebook.github.io/react-native/docs/android-setup.html

......Dividing line......

And can you help me? _(:з」∠)_

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.