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

后端 未结 12 2099
半阙折子戏
半阙折子戏 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:51

    Happens when platform is added without internet connection.

    Ensure internet is OK and type :

    cordova platform remove blackberry10

    cordova platform add blackberry10

    Try to build and run :

    cordova run

    Hope this fix your problem, also for other platform

提交回复
热议问题