=== Running Fennec ===
EDIT: Fennec Native has been moved to mozilla-central.
hg clone http://hg.mozilla.org/mozilla-central/
The rest of the directions on at [[Fennec/NativeUI | Building Native Fennec Native]] should be correct (look at the , specifically [[Fennec/NativeUI#How_To_Build | How to To Build section)]].
After building Fennec, make the apk.
make -sj8 -C objdir-droid/ package
The apk will be something like $<tt>objdir-droid/dist/fennec-1112.0a1.en-US.android-arm.apk * Android device: (WFM)** enable USB debugging: Settings </tt> Applications > Development > USB debugging.
* Android device:** Ensure USB debugging is enabled on your Android device: fom the home screen, select <tt>Settings > Applications > Development > USB debugging</tt>.** Ensure your Android device is connected to your computer's USB port.** Run $SDK/platform-tools/adb install -r <path-toobjdir-droid/dist/fennec*apk>
* Emulator:
$SDK/tools/emulator (should start up ** Ensure the emulator with flags as shown in Setup/emulators above)is running. (as another process:)** Run $SDK/platform-tools/adb install -r <path-toobjdir-droid/dist/fennec*apk>
{{note|You may need to run <tt>adb kill-server, ; adb start-server </tt> if adb doesn't recognize the emulator.}}
* Logcat debug statements
$SDK/platform-tools/adb logcat
=== Setting up Eclipse ===