Reputation: 13
I have installed Appcelerator and the required SDK but the emulator still doesn't load on the screen.
It comes up with this error:
[ERROR] Application Installer abnormal process termination. Process exit value was 1
[ERROR] : Emulator exited with error: 1
[ERROR] : PANIC: ANDROID_SDK_HOME is defined but could not find titanium_1_WVGA800.ini file in $ANDROID_SDK_HOME.android\avd
[ERROR] : (Note: avd is searched in the order of $ANDROID_AVD_HOME,$ANDROID_SDK_HOME.android\avd and $HOME.android\avd)
Appreciate any help.
Thank You
Upvotes: 0
Views: 696
Reputation: 767
What helped me to solve the problem was:
Then create one new Genymotion Emulator. Try it again.
Upvotes: 0
Reputation: 5570
Try to check you enviroment variables; For example i have this path in variable "Path":
C:\android-sdk-win\platform-tools;
C:\android-sdk-win\tools;
C:\android-sdk-win
Do you have the same situation?
I think that your problem is that there isn't a good link with the emulator's file
Upvotes: 0
Reputation: 625
Take a look at https://www.genymotion.com
It's free and much faster than the normal Android simulator.
I know, this is not a correct answer, but it's definitely the better and faster way to develop for Android under Appcelerator
Upvotes: 2