alibaba / freeline

A super fast build tool for Android, an alternative to Instant Run
https://www.freelinebuild.com/
BSD 3-Clause "New" or "Revised" License
5.48k stars 623 forks source link

已经全量编译完,但不小心没有连上手机,能用命令安装apk,不用重新全量编译吗? #855

Open eywalink opened 7 years ago

eywalink commented 7 years ago

如题,非常感谢

lijian8742 commented 7 years ago

你好,我想请教你下,你用的是0.8.7版本吗? 我这边直接就集成报错(下载不了相关的资源)

eywalink commented 7 years ago

我用的是0.8.6版本。。你试试?

lijian8742 commented 7 years ago

不行,报错都是一样的 Error:Failed to resolve: com.antfortune.freeline:runtime:0.8.6 Error:Failed to resolve: com.antfortune.freeline:runtime-no-op:0.8.6

lijian8742 commented 7 years ago

Error:A problem occurred configuring root project 'JoyinWiseSeller_three'.

Could not resolve all dependencies for configuration ':_app.joyinwiseDebugCompile'. Could not find com.antfortune.freeline:runtime:0.8.6. Searched in the following locations: file:/Applications/Android Studio.app/Contents/gradle/m2repository/com/antfortune/freeline/runtime/0.8.6/runtime-0.8.6.pom file:/Applications/Android Studio.app/Contents/gradle/m2repository/com/antfortune/freeline/runtime/0.8.6/runtime-0.8.6.jar https://repo1.maven.org/maven2/com/antfortune/freeline/runtime/0.8.6/runtime-0.8.6.pom https://repo1.maven.org/maven2/com/antfortune/freeline/runtime/0.8.6/runtime-0.8.6.jar file:/Users/lijian/.m2/repository/com/antfortune/freeline/runtime/0.8.6/runtime-0.8.6.pom file:/Users/lijian/.m2/repository/com/antfortune/freeline/runtime/0.8.6/runtime-0.8.6.jar file:/Users/lijian/AndroidStudioWorkspace/JoyinWiseSeller_three/libs/runtime-0.8.6.jar file:/Users/lijian/AndroidStudioWorkspace/JoyinWiseSeller_three/libs/runtime.jar file:/Users/lijian/Library/Android/sdk/extras/android/m2repository/com/antfortune/freeline/runtime/0.8.6/runtime-0.8.6.pom file:/Users/lijian/Library/Android/sdk/extras/android/m2repository/com/antfortune/freeline/runtime/0.8.6/runtime-0.8.6.jar file:/Users/lijian/Library/Android/sdk/extras/google/m2repository/com/antfortune/freeline/runtime/0.8.6/runtime-0.8.6.pom file:/Users/lijian/Library/Android/sdk/extras/google/m2repository/com/antfortune/freeline/runtime/0.8.6/runtime-0.8.6.jar file:/Users/lijian/Library/Android/sdk/extras/m2repository/com/antfortune/freeline/runtime/0.8.6/runtime-0.8.6.pom file:/Users/lijian/Library/Android/sdk/extras/m2repository/com/antfortune/freeline/runtime/0.8.6/runtime-0.8.6.jar Required by: :JoyinWiseSeller_three:unspecified

lijian8742 commented 7 years ago

https://repo1.maven.org/maven2/com/antfortune/freeline/runtime/0.8.6/runtime-0.8.6.jar

这个链接你帮我点下试试,我这边点开就是404

eywalink commented 7 years ago
repositories {
    jcenter()
}

你没有看到 仓库是 jcenter吗?