Trouble installing Android SDK for Appcelerator studio on windows 7

前端 未结 2 723
粉色の甜心
粉色の甜心 2021-01-15 15:18

I have trouble installing Appcelerator studio on windows 7. I am getting the following error when trying to create a new mobile project (Alloy project) and run the same on a

2条回答
  •  爱一瞬间的悲伤
    2021-01-15 16:07

    To identify the problem:
    1. Verify android SDK path $appc ti info -t android

    Android SDK
      Android Executable          = /Users/kk/Library/android-sdk-macosx/tools/android
      ADB Executable              = /Users/kk/Library/android-sdk-macosx/platform-tools/adb
      SDK Path                    = /Users/kk/Library/android-sdk-macosx
    

    Is this what you wanted to refer ?

    1. Verify API Level 23(Android SDK 6.0) is installed or not from the above command output.

    android-23 Name = Android 6.0 API Level = 23 Revision = 1 Skins = HVGA, QVGA, WQVGA400, WQVGA432, WSVGA, WVGA800, WVGA854, WXGA720, WXGA800, WXGA800-7in, AndroidWearRound, AndroidWearRound360x360, AndroidWearRound400x400, AndroidWearRound480x480, AndroidWearRoundChin320x290, AndroidWearRoundChin360x325, AndroidWearRoundChin360x330, AndroidWearSquare, AndroidWearSquare320x320 ABIs = armeabi-v7a, x86, x86_64 Path = /Users/kk/Library/android-sdk-macosx/platforms/android-23

    1. Verify Android SDK path in the studio, is it referring to the same path ?

    That you can check from, Appcelerator Studio ->Preferences->Platforms ->Android
    Check "Android SDK Home" path.

    And also see installed android SDK's from, by clicking on "Install SDKs...", this will open up the dialog. Is "Android 6.0" selected here?

提交回复
热议问题