alibaba / alibaba/AndFix

AndFIx不支持arm64,请问什么时候可以支持呀?

Open
#109 8 comments 0 reactions 0 assignees View on GitHub
Dominant language
C++
Stars
7k
Forks
1.6k
PR merge metrics
No merged PRs in 30d

Description

,nativeLibraryDirectories=[/data/app/com.XXX.XXXX-1/lib/arm64, /vendor/lib64, /system/lib64]]] couldn't find "libandfix.so"

12-17 17:11:04.241: E/art(9931): No implementation found for boolean com.alipay.euler.andfix.AndFix.setup(boolean, int) (tried Java_com_alipay_euler_andfix_AndFix_setup and Java_com_alipay_euler_andfix_AndFix_setup__ZI)
……
12-17 17:11:04.241: E/AndroidRuntime(9931): java.lang.UnsatisfiedLinkError: No implementation found for boolean com.alipay.euler.andfix.AndFix.setup(boolean, int) (tried Java_com_alipay_euler_andfix_AndFix_setup and Java_com_alipay_euler_andfix_AndFix_setup__ZI)

Contributor guide

No contributing guide indexed for this repository

Research direction

Start by tracing the native library loading for libandfix.so and the AndFix.setup(boolean, int) entry point shown in the report. Investigate how the project handles the arm64 native-library directory and define support for that architecture. Done should mean the arm64 build loads libandfix.so and AndFix.setup no longer raises UnsatisfiedLinkError.

Written by the indexing model from the issue text.

Assessment

Tech stack
android, cpp
Domain
mobile-dev
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
20/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.