You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 18, 2023. It is now read-only.
Android is enforcing 64-bit support for apps. Right now, if you are using the latest version of gradle with this plugin and a 64-bit device (or emulator), the plugin throws an UnsatisfiedLinkError and crashes due to lack of 64-bit support in the armeabi.jar / libaudioclassifer.so, which is only 32-bit.
Is there a contact from Cornell and Dartmouth who can recompile the libaudioclassifer as a 64-bit binary?
Issue #8 asked about source code a while ago which would be helpful here but maybe a binary is easier for them to part with.
Android is enforcing 64-bit support for apps. Right now, if you are using the latest version of gradle with this plugin and a 64-bit device (or emulator), the plugin throws an
UnsatisfiedLinkError
and crashes due to lack of 64-bit support in the armeabi.jar / libaudioclassifer.so, which is only 32-bit.Is there a contact from Cornell and Dartmouth who can recompile the libaudioclassifer as a 64-bit binary?
Issue #8 asked about source code a while ago which would be helpful here but maybe a binary is easier for them to part with.
For more info on the :
The text was updated successfully, but these errors were encountered: