Help about adding library. #432
itsahrabbi
started this conversation in
General
Replies: 1 comment
-
|
Oh, just download the libraries manually, and copy the libraries that are required. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Need an example to add library with exclued.
Example:
implementation ('io.socket:socket.io-client:0.8.3') {
// excluding org.json which is provided by Android
exclude group: 'org.json', module: 'json'
}
But codeassist library manager doesn't show exclude option.
Beta Was this translation helpful? Give feedback.
All reactions