dragoip / 0xdroid

Automatically exported from code.google.com/p/0xdroid
0 stars 0 forks source link

Customized Android emulator for 0xdroid/OMAP3 #61

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
It is not always necessary to application development and testing directly
on your Beagleboard (or other OMAP353x derived devices).  To make
development easier Android provides a full Software Development Kit (SDK)
which allows you to emulate different platforms on your desktop system.

There should be some files added to customize Android emulator for 0xdroid
running on OMAP3 platform.  Also, eclair officially support armv7
architecture, and it is possible to take modified goldfish as the
comparable device to OMAP3/Beagleboard.

Check list:
  - armv7 instruction emulation
  - required kernel changes for 0xlab-kernel
  - display and resolution for showing 0xdroid Launcher

Original issue reported on code.google.com by jserv.tw@gmail.com on 21 Dec 2009 at 1:11

GoogleCodeExporter commented 9 years ago
Reference:
    http://code.google.com/p/android-on-freerunner/wiki/EmulateIt

Original comment by jserv.tw@gmail.com on 21 Dec 2009 at 1:16

GoogleCodeExporter commented 9 years ago
ARMv7 emulation is not really stable now.

Original comment by jserv.tw@gmail.com on 12 May 2010 at 2:59