Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想在 android 平台工具中构建 dexdump
于是我下载了android源码并修改了dexdump代码(dalvik/dexdump/DexDump.cpp)。
但我不知道重建我修改后的 DexDump.cpp
我找到了答案
$ cd ~/WORKING_DIRECTORY $ . build/envsetup.sh $ mm dexdump
Use the GCC or G++ Multilib compiler
Install using
sudo apt-get install g++-multilib gcc-multilib
Then compile:
gcc -x c++ DexDump.cpp -lstdc++