kali64-bit installation adb

Source: Internet
Author: User

1,ADB only 32-bit, http://dl.dbank.com/c0umekbpxi#.

2, download unzip, but execute ADB command when reported./adb:error while loading shared libraries:libncurses.so.5:cannot open shared object file:no such F Ile or Directory
This is a missing libncurses.so.5 library, a workaround for installing sudo apt-get install LIB32NCURSES5

3, re-execute ADB, reported./adb:error while loading shared libraries:libstdc++.so.6:cannot open Shared object file:no such file or di Rectory

Missing libstdc++.so.6, installing sudo apt-get install lib32stdc++6

4, execute ADB, yes, then we link Android phone, set debug mode. Result error:insufficient permissions for device

Solutions

on Linux systems, use normal [[email  protected]] $ adb Shell

    1. ADB server are out of Date. Killing..
    2. * Daemon started successfully *
    3. : insufficient permissions for device

Although it can be resolved by switching to the root user, then adb kill-server & ADB start-server, but after each switch terminal or reboot to kill again, more troublesome, so can be resolved by the following methods:
First find the directory where the ADB command is located:

    1. [[email protected]]
    2. adb/sbin/adb /usr/ Sbin/adb

then the ADB command with the S permission:

    1. [[email protected "/sbin] $ sudo chmod a+< Span style= "color: #0000ff; font-size:16px; " >s adb

This will permanently resolve the permissions problem.

kali64-bit installation adb

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.