On Wed, Oct 13, 2010 at 9:24 AM, pramod.deore <[email protected]> wrote:
> Actually I want to develop an application for some board (just like
> android tablet) but board is not still ready and I want to test the
> application. How should I test it? Only emulator is choice or there is
> something else is also?

If you are testing an application that runs only within Dalvik VM
(i.e. only Java, no use of NDK) then emulator is your best bet to
develop ahead of your target platform being available.
You can specify many parameters of the device you emulate, like heap
size, SD card presence and size, display resolution and density.
The reason Android is so appealing is that as long as your target
platform passes compatibility tests, your application should simply
run on it*

*obviously "should" is not "would"

If you are looking for running Andoid on a PC, try live CD:
http://code.google.com/p/live-android/

-- 
Daniel Drozdzewski

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

Reply via email to