-
Notifications
You must be signed in to change notification settings - Fork 77
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
Incorrect minicap.so x86_64 archeticture for android-31 #32
Comments
Same issue observe on my side: |
@varundtsfi may have a fix for this |
Hi @pcrepieux |
According to one of the user it not working. Following is the issue. DeviceFarmer/minicap#32 I will update it soon
Hi @pcrepieux @Jcouto33 Give it a try as I don't have a x86_64 device to test. Please share the results asap. |
the |
Minicap.so in folder x86_64 arch has "i386" instead of x86_64
To verify:
Downloaded minicap.so from android-31/x86_64
ran:
objdump -f "minicap.so"| grep ^architecture
Got result:
architecture: i386
The text was updated successfully, but these errors were encountered: