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 Issue #86

Open
krishna11124 opened this issue Aug 26, 2022 · 4 comments
Open

Build Issue #86

krishna11124 opened this issue Aug 26, 2022 · 4 comments
Labels
question Further information is requested

Comments

@krishna11124
Copy link

krishna11124 commented Aug 26, 2022

Describe the bug
Build Not Create After Implement Lib.

To reproduce
cd android>./gradlew assembleRelease

Debug logs
FAILURE: Build failed with an exception.

  • What went wrong:
    Could not determine the dependencies of task ':amazon-ivs-react-native-player:verifyReleaseResources'.

Could not resolve all task dependencies for configuration ':amazon-ivs-react-native-player:releaseRuntimeClasspath'.
Could not resolve com.facebook.react:react-native:+.
Required by:
project :amazon-ivs-react-native-player
> Failed to list versions for com.facebook.react:react-native.
> Unable to load Maven meta-data from http://tokbox.bintray.com/maven/com/facebook/react/react-native/maven-metadata.xml.
> Could not get resource 'http://tokbox.bintray.com/maven/com/facebook/react/react-native/maven-metadata.xml'.
> Could not GET 'http://tokbox.bintray.com/maven/com/facebook/react/react-native/maven-metadata.xml'. Received status code 502 from server: Bad Gateway

Additional context
Add any other context about the problem here.

@krishna11124 krishna11124 added the bug Something isn't working label Aug 26, 2022
@alexmdodge
Copy link
Contributor

Hi @krishna11124, thanks for submitting an issue. Is this issue found trying to run the examples in this project directly? Or is this from your own project when trying to include the Amazon IVS React Native package?

@alexmdodge alexmdodge added question Further information is requested and removed bug Something isn't working labels Aug 31, 2022
@krishna11124
Copy link
Author

I am facing this problem ever since I installed it in my own project.i m using "amazon-ivs-react-native-player": "^1.2
.0",..Thnaks

@alexmdodge
Copy link
Contributor

@krishna11124 This may be related to your React Native project configuration. See the following issue thread:
facebook/react-native#32734

Note that you're getting a 502 from bintray, which is no longer in service. I would confirm you have the correct gradle repositories listed in your project:
https://github.com/aws/amazon-ivs-react-native-player/blob/main/example/android/build.gradle#L26-L41

@krishna11124
Copy link
Author

Ok Thanks @alexmdodge ..I tried to fix that

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

No branches or pull requests

2 participants