我已将项目从GitHub导入Android Studio,但是没有<pre>
<table id="TBLTBLDATA" border="1" cellpadding="0" cellspacing="0" class="table" style="position: relative;z-index: 100; width: 296px; height: 26px; padding: 0; font-weight: normal; font-style: normal; text-decoration: none;font-size: 13px; ">
<tr><td valign="middle" align="left" class="table" style="white-space: nowrap;position:static;">TEST</td><td valign="middle" align="left" class="table" style="white-space: nowrap;position:static;">TEST</td><td valign="middle" align="left" class="table" style="white-space: nowrap;position:static;">TEST</td><td valign="middle" align="left" class="table" style="white-space: nowrap;position:static;">TEST</td><td valign="middle" align="left" class="table" style="white-space: nowrap;position:static;">Data</td></tr>
<tr><td valign="middle" align="left" class="table" style="white-space: nowrap;position:static;">123</td><td valign="middle" align="left" class="table" style="white-space: nowrap;position:static;">XXX</td><td valign="middle" align="left" class="table" style="white-space: nowrap;position:static;">0000000</td><td valign="middle" align="left" class="table" style="white-space: nowrap;position:static;">57-41</td><td valign="middle" align="left" class="table" style="white-space: nowrap;position:static;">XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX</td></tr></table></pre>
或gradlew
文件。
我读到了如何从this one之类的问题中生成它们,所以我在终端中运行了以下命令:
gradle.bat
但是,我收到了一个错误:
gradle wrapper
此外,在Android Studio中,我设置了以下设置:
构建,执行,部署&gt;构建工具&gt; Gradle [当前项目]
...
项目级设置
[x]使用默认的gradle包装器(推荐)
[]使用本地gradle分发......
所以我的问题是,如何解决错误并生成'gradle' is not recognized as an internal or external command,
operable program or batch file.
和gradlew
个文件?
答案 0 :(得分:0)
好像在我的情况下,我删除了gradle包装文件(我试图通过将其导入Android Studio来编辑我的GitHub项目,并且我删除了我上传的原始文件。我不小心放入.gitignore不要将这些文件上传到GitHub,因此当我导入项目时它们就不存在了)。我发现它们在我的回收站中并恢复它们。