我安装了cordova,它与ios和android paltform都运行良好。
但最近它开始失败并出现了weard错误,我在创建脚本中删除> null来读取错误,并显示上面的错误。
我尝试使用sudo创建prject但仍然得到sdame错误。
后来我更改了.cordova/lib/android/cordova/3.0.0/framework/gen
并且错误得到解决,但是出现了下一个错误
BUILD FAILED
/Users/sachinsharma/Desktop/sachin/adt-bundle/sdk/tools/ant/build.xml:650: The following error occurred while executing this line:
/Users/sachinsharma/Desktop/sachin/adt-bundle/sdk/tools/ant/build.xml:702: Failed to create BuildConfig class
Total time: 0 seconds
An unexpected error occurred: ant jar exited with 1
答案 0 :(得分:0)
我认为还有一些地方需要更改权限,所以我使用此命令以递归方式在整个文件夹中执行此操作。
sudo chown -R sachinsharma~ / .cordova
并且所有问题都消失了