Trouble getting Android emulator to run in eclipse

前端 未结 17 2495
失恋的感觉
失恋的感觉 2020-12-15 05:23

I\'m trying to run the SDK Samples on the Emulator in Eclipse 3.5.

Most of the time the AVD Manager hangs when I try to create a new AVD. When I manage to create an

17条回答
  •  悲&欢浪女
    2020-12-15 05:37

    You can set the environment variable ANDROID_SDK_HOME. For example:

    ANDROID_SDK_HOME=D:\Development\android-sdk\
    

    It helped me. Add this variable to \configuration\.settings\org.eclipse.ui.ide.prefs:

    ANDROID_SDK_HOME=D\:\\Development\\android-sdk\\
    

    Stop the process adb.exe and (re)start Eclipse.

提交回复
热议问题