Tinker: 如何调用build.gradle 文件中tinkerPatchDebug任务?

Created on 26 Sep 2016  ·  3Comments  ·  Source: Tencent/tinker

官方提供的simple app 的接入流程中第三步骤 调用tinkerPatchDebug ,如何调用这个任务呢?

Most helpful comment

Android Studio的右边gradle点开 里面能找到这个task, 或者你在终端里面输入./gradlew tinkerPatchDebug

All 3 comments

Android Studio的右边gradle点开 里面能找到这个task, 或者你在终端里面输入./gradlew tinkerPatchDebug

谢谢, 原来是这样.

@llmsparkbbbboy ,建议先了解gradle编译相关基础知识。

Was this page helpful?
0 / 5 - 0 ratings