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 1Please help.
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
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!