To make traceview work on 64-bit Ubuntu
1) sudo apt-get install ia32-sun-java6-bin
2) Determine the path of the ia32-sun-java6-bin java binary

        update-java-alternatives -l

3) Replace javaCmd="java" in android-sdk-linux_x86-<version>/tools/
traceview with the following

        # javaCmd="java"
        javaCmd="/usr/lib/jvm/ia32-java-6-sun/bin/java"

--Jeff
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to