Click here to Skip to main content
15,900,725 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
Hi,

I have created number of projects and wrote some functionality in them. When i compiled then some of projects are stored in menu of android device but others are not... then i deleted the stored applications form the device. But now on compiling any application neither it stores in menu of device nor its output displays.

Mean to say simulator is not loading any project while execution...

Anyone can help me.
Thanks
Posted
Updated 22-Aug-12 20:16pm
v2

1 solution

Create new android virtual device (AVD). this problem will be solved..

Follow these steps to create new AVD in eclipse...

Click on Windows in menu bar.

Windows -> AVD manager -> Click on "New" button -> Set name and target and press OK button.
then in AVD manager window newly created AVD's name will be displayed select it and click on Start button...

Now you have created new AVD...
Run your application..
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900