Sunday, March 4, 2012

Technical - Android Emulators

Below are few tips while installing Android emulator in CMMI company environment where security instructions are placed :-

1.0 Make sure that you have full internet access . i.e. download access

2.0 Please add your proxy server details to settings section of Android emulator

3.0 Disable your antivirus.

4.0 If your company policy doesnt allow you to disable Antivirus then you can add your host to exception list of Antvirus. File type to add to exception list should be media files .

These are what i can recollect at the moment, will add as i get more.

Trouble shootings -

1] Few times you launch your AVD and observes that there is no signal , work around for this issue is just relaunch AVD.

2] In ADB, few times your device doesnt get listed.i.e. if you run command adb devices then you get output as List of Devices as nothing, though you have few AVD's running.

Just run below commands to start your local server again -

adb kill-server

adb start-server

These should start your daemon sucessfully and devices should get listed.

No comments: