Tencent / tinker

Tinker is a hot-fix solution library for Android, it supports dex, library and resources update without reinstall apk.
Other
17.17k stars 3.33k forks source link

Could not find SevenZip-windows-x86_64.exe (com.tencent.mm:SevenZip:1.1.10) 打补丁出错 #559

Closed Jiec3 closed 7 years ago

Jiec3 commented 7 years ago

异常类型:编译异常

tinker版本:如:1.7.10

gradle版本:如:3.3

系统:Windows 10

堆栈/日志:
Error:Execution failed for task ':app:tinkerPatchDebug'.
> Could not resolve all files for configuration ':app:sevenZipToolsLocator'.
   > Could not find SevenZip-windows-x86_64.exe (com.tencent.mm:SevenZip:1.1.10).
     Searched in the following locations:
         https://jcenter.bintray.com/com/tencent/mm/SevenZip/1.1.10/SevenZip-1.1.10-windows-x86_64.exe
micck2 commented 7 years ago

I have same question

simpleton commented 7 years ago

@wo153 @micck2 可以现在repositories里增加 maven{ url 'https://dl.bintray.com/wemobiledev/maven'}

shwenzhang commented 7 years ago

duplicate #556

guanyueyun commented 7 years ago

@simpleton 加了这个不能解决上诉问题呀

guanyueyun commented 7 years ago

image

simpleton commented 7 years ago

麻烦更新sevenzip到1.2.3的版本

On Jul 20, 2017 5:15 PM, "guanyueyun" notifications@github.com wrote:

[image: image] https://user-images.githubusercontent.com/23523919/28410028-00195b8e-6d6f-11e7-9c1b-a9342ef7ea68.png

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/Tencent/tinker/issues/559#issuecomment-316646178, or mute the thread https://github.com/notifications/unsubscribe-auth/AAbvYomfzKvmn4hSeEoz8eOZGIDeCYgRks5sPxq5gaJpZM4Odp45 .

Jiec3 commented 7 years ago

我配置了本地sevenzip路径解决了

zhangxy123666 commented 5 years ago

本地好用,方法如下:

直接手动创建: ~/.m2/repository/com/tencent/mm/SevenZip/1.1.10/SevenZip-1.1.10-osx-x86_64.exe

然后加入到根目录

repositories { // 加上这一句
mavenLocal()

}
EasyDots commented 5 years ago

本地好用,方法如下:

直接手动创建: ~/.m2/repository/com/tencent/mm/SevenZip/1.1.10/SevenZip-1.1.10-osx-x86_64.exe

然后加入到根目录

repositories { // 加上这一句 mavenLocal()

}

@zhangxy123666 怎么直接创建?

jqyp324 commented 5 years ago

本地好用,方法如下:

直接手动创建: ~/.m2/repository/com/tencent/mm/SevenZip/1.1.10/SevenZip-1.1.10-osx-x86_64.exe

然后加入到根目录

repositories { // 加上这一句 mavenLocal()

}

3q done

fxfSean commented 5 years ago

直接手动创建: ~/.m2/repository/com/tencent/mm/SevenZip/1.1.10/SevenZip-1.1.10-osx-x86_64.exe 然后加入到根目录

请问下手动创建意思是,将这个.exe的执行文件下载到对应目录吗?可以给个链接吗? 我是MAC系统,不太清楚如何操作,谢谢!