Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to change the Android emulator temporary directory

I want to know how to change it on WINDOWS ?

Because my C:/ drive don't have enought space to support all TMP file generated !

By default, here are the temp directory on WINDOWS: (%temp%) -> C:\Documents and Settings\MyPC\Local Settings\Temp\ and extract the file on (AndroidEmulator) folder ...

On Linux here the method: http://stuf.ro/how-to-change-the-android-emulator-temporary-directory

But i am looking for way to do it on windows :(

Thank you in advance for your help.

like image 774
user3587044 Avatar asked Apr 29 '14 21:04

user3587044


People also ask

How do I change the location on my emulator?

How to configure GPS location “Google Map” on your Android Studio Emulator. First, run your Android Emulator and click on the three dots on the menus beside. On the left pane, select Location and change the coordinates according to your location. Press the Send button, changes will immediately take effect.


1 Answers

I found on linux I can just set the ANDROID_TMP environment variable to a different directory. Have you tried that ?

like image 108
Dan Brough Avatar answered Sep 23 '22 10:09

Dan Brough