android develop on 64 bit linux
Sometimes I will feel a little bit of sorrow, that I do not know where to forward.
Many people call it at sea
.
Yesterday night I feel little bit of at sea
, thus I downloaded ADT
for my linux.
and I encountered some problems about the shared library for C++, now I’d like to share the solution to you all:
Even though I already installed zlib-dev
and libstdc++-4.8-dev
, eclipse keep tells me my linux can not find libz
and libstdc++
.
What a stupid!.
the ldd
tells me it want to use the lib from below path:
1 |
|
But my lib was in:
1 |
|
Here I got an idea that, seems ADT can only make use of 32-bit of lib…
what a stupid…
Hence I installed 32-bit library for libstdc++
and libz
1 |
|
in some release, you need to use
1 |
|
All things are done! But today, I get back of myself, I still want to deepen my future into database
.
So I deleted the ADT
…that is all I have done yesterday.