-
Notifications
You must be signed in to change notification settings - Fork 33
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
[enhancement]add 64bit version #28
Comments
Hi. Downloaded today, and cannot install this app. Is it possible to create a 64 bit version? |
Same here. I am wondering about the effort of migrating to 64 bit. Will build with 64 bit sdk but no code change work? |
I am changed ROM, installed custom rom for my phone. Problem with 32bit solved. |
Yes, I can install the x86 version, but there are some problems when launching the shadowsocks client with cloak plugin. Every time I have to manually open the cloak plugin then return to shadowsocks client (this leaves the cloak plugin running in the background), otherwise, the shadowsocks client won't start. It will complain "unknown plugin cloak". I suspect it is due to the compatibility problems of x86 version app. |
I can see that the build script already compiles the arm64 version apk: Line 122 in 08ad33d
|
These android-strip tools are removed from NDK so that the cross platform compile fails. Line 96 in 08ad33d
However, "unknown plugin ck-client" is still there. |
x86_64, arm, and arm64 versions of the native Go lib are included in every APK, so this shouldn't have been the issue. I was not aware of APKs being architecture specific, I'll look into this. |
This alone wouldn't fix the 32-bit APK issue, since existing releases were built successfully when NPK didn't remove |
Ah yes you are right, it's been failing the whole time... I'll fix the build script and make a new release |
btw, I found the solution to "unknown plugin": shadowsocks/shadowsocks-android#1428. It is not related to the x64 bit version. |
@cbeuw Thank you. Another request, could you upload it to the play store? It will be more convenient, and the cellphone won't prompt the warning during installation. |
Current cloak-android only has a 32-bit version, in some cases, the newest phone maybe not support it. [The Pixel 7 series might be the first 64-bit-only Android phones]
and some phones may show a warning message:
Thanks for your hard work.
The text was updated successfully, but these errors were encountered: