Search Unity

  1. Megacity Metro Demo now available. Download now.
    Dismiss Notice
  2. Unity support for visionOS is now available. Learn more in our blog post.
    Dismiss Notice

Bug Failed to load 'libmain.so'

Discussion in 'Android' started by HASSANHR, Apr 15, 2021.

  1. HASSANHR

    HASSANHR

    Joined:
    Feb 23, 2018
    Posts:
    18
    Hello
    I'm Having an issue when starting the apk in my test device
    When building the standalone ARM64 version of the apk or extracting the 64bit apk from the (aab)
    When I Launch the game its not working and it throws up this error on my low end testing device (galaxy s4)
    Your Hardware Does not support this application
    Failed to load 'libmain.so'
    java.lang.UnsatisfiedLinkError: dlopen failed: library "/data/app-lib/com.xxxxx.projectname-1/libmain.so" not found
    Press Ok to Quit

    Tested in :
    Unity 2020.2.1f1
    Unity 2020.3.1f1
    Unity 2021.1.2f1
    Unity 2021.1.3f1 (latest)

    My Project is stuck in the production phase !
    any help on how to fix it would be appreciated I'm in the last stage of production