-
Notifications
You must be signed in to change notification settings - Fork 36
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
If a dll is not included or configured correctly for the architecture, please indicate dll name in error trace #18
Comments
Hi, I have just encountered similar issue while trying to run my example code on Android. I can see that armv7 is not confirmed as working, it's may be the root cause. Logcat output
|
Hello @RubenGarcia, |
Not yet. |
Ok, I got it to work. First, clone https://github.com/Cysharp/YetAnotherHttpHandler
Then copy the cs files from YetAnotherHttpHandler\src\YetAnotherHttpHandler and YetAnotherHttpHandler\src\YetAnotherHttpHandler\Shims into a folder in your assets.
to
Then enable allowUnsafeCode in Player Settings. |
You need to run the cargo ndk lines from |
Yes, I have seen first command
I cannot figure out which file is spoken about : I can see |
I have the warning about the resolver, it is harmless. |
Can you upload the SO file, i think it would solve all my problems |
armv7-linux-androideabi, release |
aarch64-linux-android, release |
I used the files you've uploaded and they worked fine in both device types. However, this is the case for .apk files. When we tried using these in production (when we built an .aab file) the Arm7 app couldn't find and load the dll. Do you have any idea why this is happening or do you have a possible fix? |
No, I did not create aab files, so I can't help there. |
Currently the error is indicated as
Please amend to indicate the name of the missing dll.
Platform: Android.
The text was updated successfully, but these errors were encountered: