-
Notifications
You must be signed in to change notification settings - Fork 80
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
Re-Compiling arm64-v8a doesnt work #73
Comments
Agent comment from Luce Luo in Zendesk ticket #47885: Thank you for contacting DJI. Thanks, Luce Luo °°° |
|
Did you try to execute the |
感谢指导,加入这个参数后生成了arm64-v8a文件夹,但在M300下依旧黑屏。下载Android-VideoStreamDecodingSample后填写dji key, 使用H:\Android\sdk\ndk\23.0.7599858\ndk-build NDK_APPLICATION_MK="jni/Application64.mk"命令重编译后,demo里面的Demo TextureView和Demo SurfaceView均黑屏,但Demo custom decoder是正常的。另外使用精灵4p所有模式是可以正常显示的! 请问我该如何操作? |
@TaylorsZ 咨询一下这个问题你解决了么,我也遇到同样的问题,重新编译 arm64-v8a,编译完成后,在御2行业进阶版无人机上使用视频无法预览黑屏 |
Hi! I got a problem with recompiling the libs of this projekt.
Information:
Which DJI Product you are using?
-Mavic 2 Enterprise Zoom
Which Android Device and Android system version you are using?
-LG G7 with Android 10
Which Android Studio version you are using?
-4.1.3
A short description of my problem including terminal logs:
Im trying to re-compile the libs with the android ndk.
I deleted all existing libs and obj in the folder directory and startet to recompile them with the jni folder and the ndk.
My problem is that only the armeabi-v7a and x86 are recompiled but the arm64-v8a isnt; so i cant use the lib in my own project.
I didnt change anything in the project except the App Key for testing.
I get this output in the terminal when i try to rebuild the lib.
As you can see it builds the 2 instruction sets, but the arm64 ist missing.
The text was updated successfully, but these errors were encountered: