Mobile/Fennec/Android: Difference between revisions

m
Make the "getxre" steps a bit more clear
(Updated SDK according to bug 1084498)
m (Make the "getxre" steps a bit more clear)
Line 454: Line 454:
===== Quick setup =====
===== Quick setup =====


You can get setup quickly by using the '''getrxe''' utility [[Mobile/Fennec/Android/GDB|JimDB]]. This utility will download the correct binaries, and set the appropriate permissions.  
You can get setup quickly by using the '''getxre''' utility [[Mobile/Fennec/Android/GDB|JimDB]]. This utility will download the correct binaries, and set the appropriate permissions.  


   wget https://github.com/darchons/android-gdbutils/raw/master/python/getxre.py
   wget https://github.com/darchons/android-gdbutils/raw/master/python/getxre.py
   python getxre.py -d <output_dir>
   python getxre.py -d <output_dir>
   export MOZ_HOST_BIN=$(pwd)/ffbin/bin
   export MOZ_HOST_BIN=<output_dir>/bin


===== Advanced setup =====
===== Advanced setup =====
Confirmed users
85

edits