安装配置过程中
1、Error: ERROR : executing command 'ant', make sure you have ant installed and added to your path.
没有安装ant,需要ant来生成代码(官网竟然没讲,大坑)
2、Error: An error occured during creation of android sub-project.
Error: An error occurred while listing Android targets需要安装android sdk或者配置环境变量(我有但是没有配置android的环境变量)
3、Error: Please install Android target 19 (the Android newest SDK). Make sure you
have the latest Android tools installed as well. Run "android" from your command
-line to install/update any missing SDKs or tools.
很明显 版本不够
本文介绍了在安装配置过程中遇到的三大常见错误:未安装Ant导致无法生成代码;未配置Android SDK环境变量引发的子项目创建失败;以及Android目标版本不足的问题。针对这些问题,提供了具体的解决方案。

被折叠的 条评论
为什么被折叠?



