WowzaMediaSystems / gocoder-sdk-samples-android

A sample app for Android that demonstrates the capabilities of the Wowza GoCoderâ„¢ SDK.
https://www.wowza.com/products/gocoder/sdk
Other
53 stars 51 forks source link

Failed to resolve: com.wowza.gocoder.sdk.android:com.wowza.gocoder.sdk:1.0@aar #20

Closed Narasimham1220 closed 5 years ago

Narasimham1220 commented 5 years ago

Failed to resolve: com.wowza.gocoder.sdk.android:com.wowza.gocoder.sdk:1.0@aar,

flatDir { dirs 'libs' } also add in repositories

jtpro78 commented 5 years ago

Hello,

In your build.gradle(module: app) your dependancies should look like this to install the Wowza SDK libraries:

dependencies { implementation 'com.wowza.gocoder.sdk.android:com.wowza.gocoder.sdk:2.0@aar' ...

Please also make sure that this aar file is installed in your projects lib folder.

Regards, Jason