adwiv / android-fat-aar

Gradle script that allows you to merge and embed dependencies in generted aar file
The Unlicense
1.46k stars 435 forks source link

Unable to embed thirdparty library into the aar #22

Closed chamugoli closed 8 years ago

chamugoli commented 8 years ago

embedded project('io.socket:socket.io-client:0.7.0'), added this to my module dependencies, this is not being added to the aar Seeing this error: Error:(29, 0) Project with path 'io.socket:socket.io-client:0.7.0' could not be found in project ':test'

Please let me know if this is not the right approach

Thanks in advance

DenisMondon commented 8 years ago

Hi!

Replace by this: embedded 'io.socket:socket.io-client:0.7.0'