Confirmed users
85
edits
(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 ''' | 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= | export MOZ_HOST_BIN=<output_dir>/bin | ||
===== Advanced setup ===== | ===== Advanced setup ===== |