android studio下gradle与Git出错解决方法
Error: Gradle: Execution failed for task ‘:mytask’ > A problem occurred starting process ‘command ‘jni/ndk-build.cmd”
这是win7打开android程序出现的问题,解决方法:打开build.gradle,找到“commandLine”这行,把commandLine ‘ndk-build’, ‘-C’, file(‘jni’).absolutePath改为commandLine ‘cmd’, ‘-C’, file(‘jni’).absolutePath。
打开android程序出现问题:can’t start Git.解决办法,file->setting->Version Control->Git.在Path to Git executable中写入:C:\Users\hongbinwang\AppData\Local\GitHub\
PortableGit_c2ba306e536fdf878271f7fe636a147ff37326ad\bin\git.exe
郑重声明:本站内容如果来自互联网及其他传播媒体,其版权均属原媒体及文章作者所有。转载目的在于传递更多信息及用于网络分享,并不代表本站赞同其观点和对其真实性负责,也不构成任何其他建议。