AgoraIO / React-Native-SDK

React Native Beta wrapper around the Agora RTC SDKs for Android and iOS
MIT License
68 stars 22 forks source link

Android build Issue #12

Open topdeveloper0017 opened 6 years ago

topdeveloper0017 commented 6 years ago

AgoraModule.java:620: error: method does not override or implement a method from a supertype @Override ^ Note: AgoraModule.java uses or overrides a deprecated API. Note: Recompile with -Xlint:deprecation for details. 1 error

Please help me.

cmder commented 6 years ago

you may use the most recent library which has removed the method, you can remove the method from AgoraModule.java manually.

topdeveloper0017 commented 6 years ago

Where is recent library ? would you give me a link url? Localvideo view not working in android (I run with remove method on the issue), but localvideo view works on iOS. this is library issue ?

cmder commented 6 years ago

I didn't mean the RN library but the AGORA library, this RN library wasn't written based on the most recent AGORA library which may delete the method, so you just remove the method from AgoraModule.java manually is well. Have you disabled the camera permission?

topdeveloper0017 commented 6 years ago

I have allowed all permissions, but my local videoview does not show anything.(but called user can see me on his remoteview.) What is the issue ?

cmder commented 6 years ago

Could you change a device to have a try ?

topdeveloper0017 commented 5 years ago

I have tried difference device, but same problem. I cannot see localview in android app.(but this works on iOS) What is the issue ?

Also I can hear much noise when I connect to video/audio call. Can you tell me about those issues ?

cmder commented 5 years ago

i run this project on my device, the local view can be shown. Could u provide a screenshot or some log ?

topdeveloper0017 commented 5 years ago

Here is a screenshot link url. https://ibb.co/f38YQA

I cannot see localvideoview in android now.

topdeveloper0017 commented 5 years ago

Did you check screenshot ?

cmder commented 5 years ago

i can tell nothing from the screenshot. Have you tried that run the demo directly, is there the same problem?