-
Notifications
You must be signed in to change notification settings - Fork 3.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
FAILURE: Build failed with an exception. #64
Comments
@treeseedm you can see #5 |
task "ndk_build_$name"(type: Exec) {
I config my envirment path "C:\Users\ma\Downloads\android-ndk-r10d;", bug i get error message FAILURE: Build failed with an exception.
|
in the |
task "ndk_build_$name"(type: Exec) { above,I have replace my local ndk path |
so it is seem to be work in ubuntu or mac os, may be you can discuss it in #24 |
@blackiedm Thank you! |
Yes, we are aware of the fact that Fresco does not build on windows. I am trying to fix this. Closing this issue, lets follow up in #24 |
i fix Execution failed for task ':imagepipeline:ndk_build_gifimage'
|
if i delet ndk_clean_gifimage
|
大家可以在 imagepipeline 子项目里面的 gradle.properties 文件中得最后添加 ndk.path=/Users/XXX/Android_SDK/android-ndk-r10d (PS:/Users/XXX/Android_SDK/android-ndk-r10d是你系统里面的NDK路径) 我发现在Android Studio 的 1.0.1 版本上可以, 在最新的1.2里面不可以,可能和 编译器有关吧。 |
Execution failed for task ':imagepipeline:ndk_build_gifimage'.
The text was updated successfully, but these errors were encountered: