在 cordova 中添加平台然后变得混乱 "Adding android project..." 但未添加平台

In cordova add platform then get mess "Adding android project..." but that is not added the platform

cordova添加平台时,我在CMD

中收到消息

Adding android project...

但未添加平台android。那么我该如何添加这个平台。

您可以在项目中添加平台。

cordova create hello com.example.hello HelloWorld
cd hello
cordova platform add android

检查你的平台

cordova platform ls