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

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

    Ubuntu

    If you are having issues on Ubuntu, you may want to try installing the following packages, per the docs:

    sudo dpkg --add-architecture i386
    sudo apt-get update
    sudo apt-get install libncurses5:i386 libstdc++6:i386 zlib1g:i386
    

    You may also need to install this package:

    sudo apt-get install lib32z1
    

提交回复
热议问题