Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Build fails on Android with GoCoderSDK 1.5.0 build 609 #39

Open
victor-carv opened this issue Feb 6, 2019 · 6 comments
Open

Build fails on Android with GoCoderSDK 1.5.0 build 609 #39

victor-carv opened this issue Feb 6, 2019 · 6 comments

Comments

@victor-carv
Copy link

victor-carv commented Feb 6, 2019

I'm trying to build an Android app but I'm getting some errors.
Following the post install instructions I downloaded the GoCoderSDK 1.5 here.

When I try to run the app I'm geting the following errors:

> Task :react-native-wowza-gocoder:compileReleaseJavaWithJavac FAILED
/mnt/projects/trywowza/node_modules/react-native-wowza-gocoder/android/src/main/java/com/rngocoder/AutoFocusListener.java:9: error: cannot find symbol
import com.wowza.gocoder.sdk.api.devices.WZCamera;
                                        ^
  symbol:   class WZCamera
  location: package com.wowza.gocoder.sdk.api.devices
/mnt/projects/trywowza/node_modules/react-native-wowza-gocoder/android/src/main/java/com/rngocoder/AutoFocusListener.java:10: error: cannot find symbol
import com.wowza.gocoder.sdk.api.devices.WZCameraView;
                                        ^
  symbol:   class WZCameraView
  location: package com.wowza.gocoder.sdk.api.devices
/mnt/projects/trywowza/node_modules/react-native-wowza-gocoder/android/src/main/java/com/rngocoder/AutoFocusListener.java:11: error: cannot find symbol
import com.wowza.gocoder.sdk.api.geometry.WZSize;
                                         ^

Checking the release notes I found this change (link):

Changed the prefix of all WZ classes to WOWZ to be consistent with the naming convention in Wowza GoCoder SDK for iOS. This is a breaking change. You must update your code.

In the Readme.md there is a note:

... we require RN 0.42+ and GoCoderSDK 1.5.+ for this to work!

So, I think this package is not compatible with GoCoderSDK 1.5.+ as said in the Readme.

Is there any plan to support the newest versions of the SDK?

@2chaines
Copy link

2chaines commented Feb 12, 2019

Is there any update on this? I'm having similar issues

@Ayanjit
Copy link

Ayanjit commented Feb 20, 2019

I am also having same issue.

@pranay-medlmobile
Copy link
Contributor

Guys, sorry for the late response. We haven't updated this package in quite some time. We currently don't have the resources to make any updates in the near future either. Any one of you is welcome to open a pull request that fixes these issues and brings this package up to speed to work with the latest version Wowza GoCoder SDK.

Thanks!

@2chaines
Copy link

I'm actually working on this in a forked repo, but if I get it, I'll submit it here too.

@Tracklous
Copy link

I've fixed this in my forked repo. Do install from my fork for the latest SDK support.

@ademirmochi
Copy link

Do install from my fork for the latest SDK support.

Correction on

I'm trying to build an Android app but I'm getting some errors. Following the post install instructions I downloaded the GoCoderSDK 1.5 here.

When I try to run the app I'm geting the following errors:

> Task :react-native-wowza-gocoder:compileReleaseJavaWithJavac FAILED
/mnt/projects/trywowza/node_modules/react-native-wowza-gocoder/android/src/main/java/com/rngocoder/AutoFocusListener.java:9: error: cannot find symbol
import com.wowza.gocoder.sdk.api.devices.WZCamera;
                                        ^
  symbol:   class WZCamera
  location: package com.wowza.gocoder.sdk.api.devices
/mnt/projects/trywowza/node_modules/react-native-wowza-gocoder/android/src/main/java/com/rngocoder/AutoFocusListener.java:10: error: cannot find symbol
import com.wowza.gocoder.sdk.api.devices.WZCameraView;
                                        ^
  symbol:   class WZCameraView
  location: package com.wowza.gocoder.sdk.api.devices
/mnt/projects/trywowza/node_modules/react-native-wowza-gocoder/android/src/main/java/com/rngocoder/AutoFocusListener.java:11: error: cannot find symbol
import com.wowza.gocoder.sdk.api.geometry.WZSize;
                                         ^

Checking the release notes I found this change (link):

Changed the prefix of all WZ classes to WOWZ to be consistent with the naming convention in Wowza GoCoder SDK for iOS. This is a breaking change. You must update your code.

In the Readme.md there is a note:

... we require RN 0.42+ and GoCoderSDK 1.5.+ for this to work!

So, I think this package is not compatible with GoCoderSDK 1.5.+ as said in the Readme.

Is there any plan to support the newest versions of the SDK?

Actually, not all places were replaced by WOWZ, they rapleced every method but the broadcast services state while overridden is still WZ...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants