6
6

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

ADBが使えない場合の対処 (file not found)

Posted at

原因

当環境ではUbuntu 14.04 x64である。
Eclipse/NDK/Android であるが adb でerrorになってしまった。

64bit環境と32bit環境の問題らしい。
32bit互換ライブラリをインストールする必要がある。

対応

下記のどちらかでうまくいくはず。

apt-get install ia32-libs
apt-get install lib32stdc++6 lib32z1 lib32z1-dev
6
6
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
6
6

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?