-
Notifications
You must be signed in to change notification settings - Fork 625
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
minicap can't start normally #212
Comments
What is the device model? |
C:\Users\win10>adb shell getprop ro.product.modelcloudphone |
Have you tried Xiaomi 10 ( rom version MIUI 11) , SDK = 29 ? adb shell LD_LIBRARY_PATH=/data/local/tmp /data/local/tmp/minicap -P 1440x3120@1440x3120/0 Vector<> have different types (this=0x7fdf71d010, rhs=0x7fdf71d130) I also tried Huawei, the sdk version is also 29,it can work OK |
|
i have fixed this problem,thx all |
Hello, I encountered the same problem as you, how did you solve it in the end, I look forward to your reply |
Hello, I am facing the same issue , how did you solve ? can you please share ? |
C:\NDK\minicap>adb shell getprop ro.product.cpu.abi
arm64-v8a
C:\NDK\minicap>adb shell getprop ro.build.version.sdk
25
after ndk-build, i push minicap and minicap.so to /data/local/tmp, also, chmod 777 to them, however, when i lunch minicap, only two info displayed:
PID: 24461
INFO: Using projection 720x1280@720x1280/0
and i didn't catch any log, pls help fix this problem,thx
The text was updated successfully, but these errors were encountered: