Cordova: You may not have the required environment or OS to run this project

后端 未结 12 2091
半阙折子戏
半阙折子戏 2020-12-10 04:24

On Linux Mint 17.1 x86_64, Cordova v4.3.0 gives this error:

$ cordova run android

Running command: /home/naman/test/platforms/android/cordova/run 
WARNING :         


        
12条回答
  •  鱼传尺愫
    2020-12-10 04:52

    Your android sdk doesn't seem to be properly installed or you didn't install the proper android sdk version that has the dependency that you seem to be missing

    /opt/software/android-sdk/tools/tools/lib/build.template
    

提交回复
热议问题