-
-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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
"libandroid_runtime.so" is 64-bit instead of 32-bit #192
Comments
What is the output of |
Chiming in here as I have the same issue on my Kindle Fire HD 8 (2016): Created some debugging output:
Hope that helps. Let me know if you need anything more. |
Hello, sorry for slow reply. I have been moving house.
output for last version and recently updated version is the same:
$ termux-setup-storage
CANNOT LINK EXECUTABLE DEPENDENCIES: "libandroid_runtime.so" is 64-bit instead of 32-bit
$ uname -a
Linux localhost 3.18.19-g1f9a828 #1 SMP PREEMPT Thu Dec 1 11:53:01 UTC 2016 armv8l Android
$ dpkg --print-architecture
arm
$ getprop | grep cpu
[ro.boot.secure_cpu]: [1]
[ro.product.cpu.abi]: [arm64-v8a]
[ro.product.cpu.abilist32]: [armeabi-v7a,armeabi]
[ro.product.cpu.abilist64]: []
[ro.product.cpu.abilist]: [armeabi-v7a,armeabi]
Many thanks
M
On 3 January 2017, at 09:07, Oliver Schmidhauser <[email protected]> wrote:
What is the output of dpkg --print-architecture?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or mute the thread.
{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/termux/termux-app","title":"termux/termux-app","subtitle":"GitHub repository","main_image_url":"<a href="https://cloud.githubusercontent.com/assets/143418/17495839/a5054eac-5d88-11e6-95fc-7290892c7bb5.png">https://cloud.githubusercontent.com/assets/143418/17495839/a5054eac-5d88-11e6-95fc-7290892c7bb5.png</a>","avatar_image_url":"<a href="https://cloud.githubusercontent.com/assets/143418/15842166/7c72db34-2c0b-11e6-9aed-b52498112777.png">https://cloud.githubusercontent.com/assets/143418/15842166/7c72db34-2c0b-11e6-9aed-b52498112777.png</a>","action":{"name":"Open in GitHub","url":"<a href="https://github.com/termux/termux-app">https://github.com/termux/termux-app</a>"}},"updates":{"snippets":[{"icon":"PERSON","message":"@Neo-Oli in #192: What is the output of `dpkg --print-architecture`?"}],"action":{"name":"View Issue","url":"<a href="#192 (comment)">https://github.com/termux/termux-app/issues/192#issuecomment-270073040</a>"}}}
|
Could you affected print the output of running:
|
Output is
ls -lha /system/bin/linker /system/bin/app_process
lrwxr-xr-x 1 root shell 13 Dec 1 11:48 /system/bin/app_process -> app_process32
-rwxr-xr-x 1 root shell 91K Dec 1 11:48 /system/bin/linker
On 7 January 2017, at 05:15, Fredrik Fornwall <[email protected]> wrote:
Could you affected print the output of running:
ls -lha /system/bin/linker /system/bin/app_process
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or mute the thread.
{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/termux/termux-app","title":"termux/termux-app","subtitle":"GitHub repository","main_image_url":"<a href="https://cloud.githubusercontent.com/assets/143418/17495839/a5054eac-5d88-11e6-95fc-7290892c7bb5.png">https://cloud.githubusercontent.com/assets/143418/17495839/a5054eac-5d88-11e6-95fc-7290892c7bb5.png</a>","avatar_image_url":"<a href="https://cloud.githubusercontent.com/assets/143418/15842166/7c72db34-2c0b-11e6-9aed-b52498112777.png">https://cloud.githubusercontent.com/assets/143418/15842166/7c72db34-2c0b-11e6-9aed-b52498112777.png</a>","action":{"name":"Open in GitHub","url":"<a href="https://github.com/termux/termux-app">https://github.com/termux/termux-app</a>"}},"updates":{"snippets":[{"icon":"PERSON","message":"@fornwall in #192: Could you affected print the output of running:\r\n\r\n ls -lha /system/bin/linker /system/bin/app_process\r\n\r\n"}],"action":{"name":"View Issue","url":"<a href="#192 (comment)">https://github.com/termux/termux-app/issues/192#issuecomment-271063878</a>"}}}
|
Exactly the same here |
@renebruns @mtsdesign Thanks for the information! Could you run |
Yes, that's working for me.
Thanks so much - it's made using termux much easier.
Now just to find a way to root this damn tablet.
Many thanks again.
Mike
…On 8 Jan 2017 10:57, "Fredrik Fornwall" ***@***.***> wrote:
@renebruns <https://github.com/renebruns> @mtsdesign
<https://github.com/mtsdesign> Thanks for the information!
Could you run apt update && apt upgrade to update to version 0.34 of the
termux-tools package and check if that resolves this issue?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#192 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AP9Voo43g5yLzLDYBdTZMuzFS98uoHnzks5rQLL8gaJpZM4K0HRf>
.
|
Hi there,
Have an isue when running the terminux-setup-storage command. The command gives an error CANNOT LINK EXECUTABLE DEPENDENCIES: "libandroid_runtime.so" is 64-bit instead of 32-bit.
I am on an unrooted kindle fire 6th gen (which is 64bit)
Many thanks for the great product.
MTS
The text was updated successfully, but these errors were encountered: