Skip to content
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

[Bug]: Bug in android debug bridge installed using android-tools #7858

Closed
tathastu871 opened this issue Oct 26, 2021 · 4 comments · Fixed by #7882
Closed

[Bug]: Bug in android debug bridge installed using android-tools #7858

tathastu871 opened this issue Oct 26, 2021 · 4 comments · Fixed by #7882
Labels
bug report Something is not working properly

Comments

@tathastu871
Copy link
Contributor

Problem description

Installed adb via apt install android-tools
it shows below error:

CANNOT LINK EXECUTABLE "adb": cannot locate symbol "_Unwind_Resume" referenced by "/data/data/com.termux/files/usr/bin/adb".

What steps will reproduce the bug?

adb

What is the expected behavior?

No response

System information

termux-info:

Application version:
0.117
Packages CPU architecture:
aarch64
Subscribed repositories:
# sources.list
deb https://packages.termux.org/apt/termux-main/ stable main
# game-repo (sources.list.d/game.list)
deb https://packages.termux.org/apt/termux-games games stable
# sources.list.d/rendiix.list
deb https://rendiix.github.io android-tools termux
# science-repo (sources.list.d/science.list)
deb https://packages.termux.org/apt/termux-science science stable
Updatable packages:
All packages up to date
Android version:
10
Kernel build information:
Linux localhost 4.4.177-21528501 #1 SMP PREEMPT Fri May 7 21:52:17 KST 2021 aarch64 Android
Device manufacturer:
samsung
Device model:
SM-A750F

@tathastu871 tathastu871 added the bug report Something is not working properly label Oct 26, 2021
@tathastu871 tathastu871 changed the title [Bug]: Bug in android debug bridge installed using third party repo [Bug]: Bug in android debug bridge installed using android-tools Oct 26, 2021
@tathastu871
Copy link
Contributor Author

Current Workaround: Using third party repository

git clone https://github.com/rendiix/termux-adb-fastboot.git
cd termux-adb-fastboot
bash install.sh

@Grimler91
Copy link
Member

android-tools has build issues that need to be solved before package can be fixed.

@tathastu871
Copy link
Contributor Author

android-tools has build issues that need to be solved before package can be fixed.

Instead use rendiix repo to termux official packages it has working adb, fastboot, aapt, apktool all ported to termux

https://rendiix.github.io/

@Grimler91
Copy link
Member

Only packages that are built from source are hosted in the repositories connected to github.com/termux/*-packages. There does not seem to be any build recipes connected to the rendiix repositories, so it is not possible for us, or users, to review the content of the debs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug report Something is not working properly
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants