Click here to Skip to main content
15,887,676 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hello .
i had a problem in my android application so i read an article .
this article explains how can i solve my problem with some Commands .
but the new problem is Where exactly i should use these Commands ?
where is the Command Line ?
i searched Google but i didnt finde Answer
Commands :

emulator -avd myAvdNameHere -partition-size 128
adb remount
adb pull /system/etc/hosts c:\temp
...


Windows8 , Eclipse
Posted
Updated 9-Dec-14 3:38am
v2
Comments
Richard MacCutchan 9-Dec-14 13:21pm    
You need to find the directory containing the emulator program. If you are using eclipse then it should be C:\Program Files\eclipse\sdk\tools.

1 solution

 
Share this answer
 
v2
Comments
seyed mahmud shahrokni 9-Dec-14 10:47am    
it doesnt realize "emulator" command . why ?

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