[Errno 2] No such file or directory: 'C:\\Users\\Kumar\\.android\\avd\\titanium_30_WVGA854.avd\\config.ini'

You must Login before you can answer or comment on any questions.

Hi all ..

I have everything set up ready and when I build the project for Android, I am getting the Error

[Errno 2] No such file or directory: 'C:\\Users\\Kumar\\.android\\avd\\titanium_30_WVGA854.avd\\config.ini'
and
Application Installer abnormal process termination. Process exit value was 1
Please help.

— asked 9 months ago by Suresh Kumar S
2 Comments
  • Can some one please help me out on this.

    — commented 9 months ago by Suresh Kumar S

  • When I tried to debug, I am unable to find the .android/avd file. Please help

    — commented 9 months ago by Suresh Kumar S

2 Answers

go into your run configurations and delete the configuration for the application you are trying to run. this should force the IDE to recreate it along with a new emulator config file

— answered 9 months ago by Aaron Saunders
answer permalink
9 Comments
  • Hi Aaron,

    I tried with 2 or 3 demo projects, but it says

    [Errno 2] No such file or directory: 'C:\\Users\\Kumar\\.android\\avd\\titanium_30_WVGA854.avd\\config.ini'
    Then it says
    Application Installer abnormal process termination. Process exit value was 1
    Emulator doesn't even launch.

    System using is windows 64 bit. Trying for android.

    — commented 9 months ago by Suresh Kumar S

  • And when I check in C:\\Users\\Kumar, there is no file .android...

    Please help...

    — commented 9 months ago by Suresh Kumar S

  • have you validated that the android sdk is installed properly? check the TiStudio Dashboard page

    — commented 9 months ago by Aaron Saunders

  • Show 6 more comments

Hi Suresh,

here is one workaround which i hope will work:

.1. Go to directory where your Android SDK is installed

.2. Open AVD Manager

.3. Check if it shows an entry for titanium_30_WVGA854, if yes then delete it and proceed further, if not then proceed further

.4. Create an AVD and give it name titanium_30_WVGA854 and select Google APIs - API Level 8 and give SD Card size as 256 MB

.5. Start AVD by selecting it

.6. Run your Titanium App and it should run now without any issues

Do let know for any further issues faced

Your Answer

Think you can help? Login to answer this question!