2

I want to build dexdump in android platform-tools

So I downloaded the android source and modify the dexdump code(dalvik/dexdump/DexDump.cpp).

but I don't know rebuilding my modified DexDump.cpp

asked Nov 10, 2012 at 5:26
1
  • Hey, did you manage to build dexdump successfully in the end? I'm still having problems with this. Commented Nov 19, 2015 at 11:08

2 Answers 2

1

I found the answer

$ cd ~/WORKING_DIRECTORY
$ . build/envsetup.sh
$ mm dexdump
answered Apr 22, 2013 at 10:11
Sign up to request clarification or add additional context in comments.

Comments

0

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++
answered Nov 10, 2012 at 5:57

Comments

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.