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

Need Agora RTC version 2.9.0 for x86_64 arch #29

Closed
knvpk opened this issue Aug 28, 2019 · 14 comments
Closed

Need Agora RTC version 2.9.0 for x86_64 arch #29

knvpk opened this issue Aug 28, 2019 · 14 comments

Comments

@knvpk
Copy link

knvpk commented Aug 28, 2019

Google is now restricting to publish app only if 64 bit code should be present along with 32bit code. For the native agora rtc version 2.8.0 there is no 'x86_64' code but v2.9.0 has. so please update the agora version so that in final build we will get 64bit code as well.

@knvpk
Copy link
Author

knvpk commented Aug 28, 2019

Im trying to increase the version of io.agora.rtc:full-sdk in build.gradle but getting error as below

AgoraRtcEnginePlugin.java:673: error: method does not override or implement a method from a supertype
@OverRide
^
/home/storage/work/gitlab/DrDog/Flutter-SDK/android/src/main/java/io/agora/agorartcengine/AgoraRtcEnginePlugin.java:675: error: method onRemoteVideoStateChanged in class IRtcEngineEventHandler cannot be applied to given types;
super.onRemoteVideoStateChanged(uid , state);
^
required: int,int,int,int
found: int,int
reason: actual and formal argument lists differ in length
Note: /home/storage/work/gitlab/DrDog/Flutter-SDK/android/src/main/java/io/agora/agorartcengine/AgoraRtcEnginePlugin.java uses or overrides a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
2 errors

@Matrixbirds
Copy link

We will release the 2.9.0 native version for flutter wrapper this week

@knvpk
Copy link
Author

knvpk commented Aug 28, 2019

Thanks @Matrixbirds for confirmation.

@Matrixbirds
Copy link

Matrixbirds commented Aug 30, 2019

@pavankumarkatakam We have released 1.0.0, you could upgrade to this version.

@knvpk
Copy link
Author

knvpk commented Sep 4, 2019

Hi @Matrixbirds , im using the version 1.0.0 only but in the final bundle why im not getting the x86-64 folder im getting only arm64-v8a, armeabi-v7a, x86 im using android studio apk-analyzer and i have kept ndk.abiFilters 'armeabi-v7a','arm64-v8a', 'x86-64', 'x86' in app/build.gradle file

@knvpk
Copy link
Author

knvpk commented Sep 5, 2019

ping @Matrixbirds

@Matrixbirds
Copy link

Okay, Please provide your flutter doctor & compilation environment here. I will try to reproduce it.

@knvpk
Copy link
Author

knvpk commented Sep 6, 2019

Output of flutter doctor

Doctor summary (to see all details, run flutter doctor -v):
[✓] Flutter (Channel stable, v1.7.8+hotfix.4, on Linux, locale en_IN)
 
[✓] Android toolchain - develop for Android devices (Android SDK version 29.0.0-rc1)
[✓] Android Studio (version 3.4)
[✓] VS Code (version 1.38.0)
[✓] Connected device (1 available)

• No issues found!

I can provide you a sample app if required

@Matrixbirds
Copy link

Please provide your sample project here. I will try to reproduce on it.

@knvpk
Copy link
Author

knvpk commented Sep 9, 2019

please check this repo https://github.com/pavankumarkatakam/agora64bit,

clone and just run flutter build appbundle, and analyze the bundle it doesnt have x86_64 arch, please refer the attached image
agora1_bundle

@knvpk
Copy link
Author

knvpk commented Sep 11, 2019

Did you checked @Matrixbirds

@knvpk
Copy link
Author

knvpk commented Sep 11, 2019

But when i build the sample project and analyze the bundle then it is showing x86-64 arch
agora_sample

@Matrixbirds
Copy link

Matrixbirds commented Sep 11, 2019

I have checked and coudn't reproduce it, I think probably you did some gradle cache when you did build it again.

@github-actions
Copy link
Contributor

This thread has been automatically locked since there has not been any recent activity after it was closed. If you are still experiencing a similar issue, please raise a new issue.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Apr 28, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants