Click here to Skip to main content
15,868,120 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
hi every one
i have one problem arrise when ever launch avd so problem, is arise is that arm.exe work is stopeed ..
what is poosible solution?
please give solution ..
thanks..
Posted
Updated 8-Sep-14 0:41am
Comments
Richard MacCutchan 8-Sep-14 4:05am    
This question is impossible to answer, as you have not provided any detailed information. What is "arm.exe" and what is its connection to AVD?
Mehul Tank 5-Oct-14 8:59am    
[2014-10-05 18:14:53 - TimeCon] Android Launch!
[2014-10-05 18:14:53 - TimeCon] adb is running normally.
[2014-10-05 18:14:53 - TimeCon] Performing mt.HD.Devloper.timecon.MainActivity activity launch
[2014-10-05 18:14:53 - TimeCon] Automatic Target Mode: Preferred AVD 'ltst' is not available. Launching new emulator.
[2014-10-05 18:14:53 - TimeCon] Launching a new emulator with Virtual Device 'ltst'
[2014-10-05 18:15:13 - Emulator] emulator: emulator window was out of view and was recentered
[2014-10-05 18:15:13 - Emulator]
[2014-10-05 18:15:14 - TimeCon] New emulator found: emulator-5554
[2014-10-05 18:15:14 - TimeCon] Waiting for HOME ('android.process.acore') to be launched...
[2014-10-05 18:21:04 - TimeCon] HOME is up on device 'emulator-5554'
[2014-10-05 18:21:05 - TimeCon] Uploading TimeCon.apk onto device 'emulator-5554'
[2014-10-05 18:21:12 - TimeCon] Installing TimeCon.apk...
[2014-10-05 18:23:56 - TimeCon] Failed to install TimeCon.apk on device 'emulator-5554!
[2014-10-05 18:23:56 - TimeCon] (null)
[2014-10-05 18:24:00 - TimeCon] Launch canceled!
Fredrik Bornander 8-Sep-14 4:26am    
Do you have any log output in the console window?
Mehul Tank 30-Sep-14 22:40pm    
ya in log cat out put paste in cooment as soon
thank u
Mehul Tank 5-Oct-14 8:59am    
[2014-10-05 18:14:53 - TimeCon] Android Launch!
[2014-10-05 18:14:53 - TimeCon] adb is running normally.
[2014-10-05 18:14:53 - TimeCon] Performing mt.HD.Devloper.timecon.MainActivity activity launch
[2014-10-05 18:14:53 - TimeCon] Automatic Target Mode: Preferred AVD 'ltst' is not available. Launching new emulator.
[2014-10-05 18:14:53 - TimeCon] Launching a new emulator with Virtual Device 'ltst'
[2014-10-05 18:15:13 - Emulator] emulator: emulator window was out of view and was recentered
[2014-10-05 18:15:13 - Emulator]
[2014-10-05 18:15:14 - TimeCon] New emulator found: emulator-5554
[2014-10-05 18:15:14 - TimeCon] Waiting for HOME ('android.process.acore') to be launched...
[2014-10-05 18:21:04 - TimeCon] HOME is up on device 'emulator-5554'
[2014-10-05 18:21:05 - TimeCon] Uploading TimeCon.apk onto device 'emulator-5554'
[2014-10-05 18:21:12 - TimeCon] Installing TimeCon.apk...
[2014-10-05 18:23:56 - TimeCon] Failed to install TimeCon.apk on device 'emulator-5554!
[2014-10-05 18:23:56 - TimeCon] (null)
[2014-10-05 18:24:00 - TimeCon] Launch canceled!

Allot The RAM size of the emulator device to be 512 MB or less, it might help.
 
Share this answer
 
Comments
Mehul Tank 30-Sep-14 22:40pm    
i will change the ram size and try again
also paste log cat error as soon
tahnk you
Mehul Tank 5-Oct-14 8:59am    
[2014-10-05 18:14:53 - TimeCon] Android Launch!
[2014-10-05 18:14:53 - TimeCon] adb is running normally.
[2014-10-05 18:14:53 - TimeCon] Performing mt.HD.Devloper.timecon.MainActivity activity launch
[2014-10-05 18:14:53 - TimeCon] Automatic Target Mode: Preferred AVD 'ltst' is not available. Launching new emulator.
[2014-10-05 18:14:53 - TimeCon] Launching a new emulator with Virtual Device 'ltst'
[2014-10-05 18:15:13 - Emulator] emulator: emulator window was out of view and was recentered
[2014-10-05 18:15:13 - Emulator]
[2014-10-05 18:15:14 - TimeCon] New emulator found: emulator-5554
[2014-10-05 18:15:14 - TimeCon] Waiting for HOME ('android.process.acore') to be launched...
[2014-10-05 18:21:04 - TimeCon] HOME is up on device 'emulator-5554'
[2014-10-05 18:21:05 - TimeCon] Uploading TimeCon.apk onto device 'emulator-5554'
[2014-10-05 18:21:12 - TimeCon] Installing TimeCon.apk...
[2014-10-05 18:23:56 - TimeCon] Failed to install TimeCon.apk on device 'emulator-5554!
[2014-10-05 18:23:56 - TimeCon] (null)
[2014-10-05 18:24:00 - TimeCon] Launch canceled!
Solution 1: try restart ADB server

CSS
Create file restartADB.bat in folder
c:\Program Files\Android\android-sdk-windows\platform-tools\
Write into restartADB.bat this code:
adb kill-server && adb start-server
pause
Save restartADB.bat file.
If you want restart adb.exe server, run restartADB.bat by double click on icon.


Solution 2:

Delete Run Configuration

One from solution if application do not want run in Android Emulator from Eclipse. Every click on run will started new Android emulator window.

Try restart ADB server from command line in:
c:\Program Files\Android\android-sdk-windows\platform-tools\
restart adb.exe server

adb kill-server && adb start-server


Solution 3:
Try delete:
c:\Documents and Settings\user_name\.android\avd\my_avd.avd\cache.img
c:\Documents and Settings\user_name\.android\avd\my_avd.avd\userdata-qemu.img



Try solution 4:
Eclipse menu select Window->Preferences->Android

Windows 32

FROM: C:\Program Files\Android\android-sdk
TO: C:\PROGRA~1\Android\android-sdk

Windows 64

FROM: C:\Program Files (x86)\Android\android-sdk
TO: C:\PROGRA~2\Android\android-sdk
 
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