简体   繁体   中英

Appcelerator Emulator not loading

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

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

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

What helped me to solve the problem was:

  • Delete all with Android Studio created Emulators.
  • Delete all with Genymotion created Emulators.

Then create one new Genymotion Emulator. Try it again.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM