码迷,mamicode.com
首页 > 移动开发 > 详细

"Error: ANDROID_HOME is not set and "android" command not in your PATH. You must fulfill at least one of these conditions.".

时间:2015-01-28 12:34:54      阅读:163      评论:0      收藏:0      [点我收藏+]

标签:

设置环境变量

set ANDROID_HOME=C:\\android-sdk-windows

set PATH=%PATH%;%ANDROID_HOME%\tools;%ANDROID_HOME%\platform-tools

 

http://spring.io/guides/gs/android/

"Error: ANDROID_HOME is not set and "android" command not in your PATH. You must fulfill at least one of these conditions.".

标签:

原文地址:http://www.cnblogs.com/lucker/p/4255325.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!