A problem occurred evaluating root project 'android'.
> No installed build tools found. Please install the Android build tools version
 19.1.0 or higher.

ANDROID_HOME 环境变量检查下

1.Simply replaceSystem.getenv("ANDROID_HOME")with your real Android SDK path (but you should remember that SDK location differs on other PCs)

2.Setup correct path for$ANDROID_HOMEenvironment variable

3.You can set build tool version manually inbuild.gradlefiles and skip calling methods described above (be sure to setup it for all the modules in the app): 

android { buildToolsVersion "your_version_here" }

请联系我 商务合作、广告投放、题目勘误、侵权投诉

点赞(2)

评论列表 共有 0 条评论

暂无评论
立即
投稿
发表
评论
返回
顶部