Explain, how to to launch android Emulator step by step in Eclipse Platform.
The android emulator is a real base android device and test the android application.
1 Configure Android SDK in eclipse, then show the Android Virtual Device Manager Top menu in eclipse.Follow below steps-
- click on Android Virtual Device Manager icon.
- open new Android Virtual Device Manager window. Show Right side button(create buuton) click on .
- Then open new create Android Virtual Device Manager window.in this window given some choose option shows below screen Shot.
- Name->Enter Emulator Name.
- Choose any device.
- Choose any Android Target api.
- next Memory Option RAM->512, VM-Heap->32.
- Internal Storage->200.
- click on Ok button.
- Then Open a new window, in this window show created Emulator.Then click and selected created emulator, click start Button.
- Then open a new Luanch Option window.In this window show launch button click on this button.
- congratulation ,launch your emulator.......enjoy
0 comments