Chilledheart / yass

lightweight and efficient, socks/http forward proxy. privoxy is not required. pure native, written in c++ and rust.

Home Page:https://letshack.info/2024/01/22/iOS-VPN-Service/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Android package

cbjn opened this issue · comments

commented

Splitting the arm64-v8a compatible package file

What's that? We are providing four platforms officially declared by android including arm64-v8a.

Do you mean that you need arm64-v8a executable file? We don't officially provide that, you can build with "tools/build --variant cli --system android..."

commented

We interface with the interface via JNI which is much more efficient than command line. Besides that, I just realized the executable won't work because the resolver (c-ares) requires JNI support. You also need to turn c-ares off.

Above all, we are not providing executable as I don't think the executable is a workable solution.