Skip to content
This repository was archived by the owner on Mar 11, 2021. It is now read-only.
This repository was archived by the owner on Mar 11, 2021. It is now read-only.

Missing library and crash when using 64-bit architecture. #424

@ghost

Description

I am using Xamarin Android with Cocossharp with Visual Studio 2017(15.9.12) on Windows 10.

When building the project with 64-bit architecture (arm64-v8a, x86_64) and run on devices with 64-bit Android OS, sounds(sfx) do not play and the application crashes after a while.

The debug log shows that OpenAL library(libopenal32.dll) for 64-bit architecture is missing. Debug log file is attached.
debug_log.txt

When built into release apk with 64-bit architecture (arm64-v8a, x86_64), apk's sturcture shows that the library is missing from 64-bit lib path. Images showing lib folder's contents between 32-bit(armeabi-v7a, x86) and 64-bit(arm64-v8a, x86_64) are attached.
32bit
64 bit

This is a serious issue since Google Play Store will stop accepting release without 64-bit support on Aug-1-2019 and with this issue, 64-bit support cannot be added to release file.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions