yep thanks i was able to start it:-

<target name="start.emulator">

                <exec executable="${emulator}" failonerror="true">
                    <arg value="-avd"/>
                    <arg value="${my-avd}"/>
                </exec>


    </target>


On Wed, Sep 1, 2010 at 6:50 PM, Mark Murphy <[email protected]> wrote:

> Create an ant <exec> task that executes the emulator command:
>
> http://developer.android.com/guide/developing/tools/emulator.html#starting
>
> On Wed, Sep 1, 2010 at 8:56 AM, for android <[email protected]> wrote:
> > I need to start the emulator from an ant script run the test cases and
> stop
> > the emulator.Any pointers on how to acheive this?
>
> --
> Mark Murphy (a Commons Guy)
> http://commonsware.com | http://github.com/commonsguy
> http://commonsware.com/blog | http://twitter.com/commonsguy
>
> Android App Developer Books: http://commonsware.com/books
>
> --
> 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]<android-developers%[email protected]>
> For more options, visit this group at
> http://groups.google.com/group/android-developers?hl=en
>

-- 
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