Open mox113 opened 8 years ago
是在项目 下 执行./gradlew clean nuwaDebugPatch -P NuwaDir=/Users/Documents/nuwa
命令错了...
我运行的事例 结果也报错 不能生存patch 我确实是在项目下执行 yangshuodeMBP:Nuwa-master yangshuo$ ./gradlew clean nuwaQihooDebugPatch -P NuwaDir=/Users/yangshuo/Documents/nuwa /Users/yangshuo/Documents/nuwa/xiaomi/debug/mapping.txt does not exist /Users/yangshuo/Documents/nuwa/xiaomi/debug/hash.txt does not exist /Users/yangshuo/Documents/nuwa/xiaomi/release/mapping.txt does not exist /Users/yangshuo/Documents/nuwa/xiaomi/release/hash.txt does not exist /Users/yangshuo/Documents/nuwa/qihoo/release/mapping.txt does not exist /Users/yangshuo/Documents/nuwa/qihoo/release/hash.txt does not exist :clean UP-TO-DATE 也会出现这样的not exist 而且还会出现 FAILURE: Build failed with an exception.
What went wrong: Execution failed for task ':sample:nuwaQihooDebugPatch'.
$ANDROID_HOME is not defined
这个要怎么解决啊
set ANDROID_HOME=D:/android/sdk
我运行demo想实验一下,也碰上上面的问题,不知道如何解决。ANDROID_HOME环境变量已配置。
hudepeideMacBook-Pro:Nuwa-master HuDP$ ./gradlew clean nuwaDebugPatch -P NuwaDir=/Users/HuDP/Documents/nuwa /Users/HuDP/Documents/nuwa/xiaomi/debug/mapping.txt does not exist /Users/HuDP/Documents/nuwa/xiaomi/debug/hash.txt does not exist /Users/HuDP/Documents/nuwa/xiaomi/release/mapping.txt does not exist /Users/HuDP/Documents/nuwa/xiaomi/release/hash.txt does not exist /Users/HuDP/Documents/nuwa/qihoo/release/mapping.txt does not exist /Users/HuDP/Documents/nuwa/qihoo/release/hash.txt does not exist
FAILURE: Build failed with an exception.
BUILD FAILED
Total time: 6.76 secs