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

0.8.8编译通过,但是修改代码无法变更,console输出的都是正确消息 #912

Open icourt-android opened 6 years ago

icourt-android commented 6 years ago

0.8.8编译通过

  1. 先全量编译通过了,
  2. 安装成功,运行成功
  3. 在activity中增加一个toast,调用python freeline.py,运行成功,输出如下
  4. 点击重进activity,没有出现toast。
  5. 重试几次,发现没有增量更新

[DEBUG] -------------------------------------------------------- [DEBUG] Prepare tasks time: 0.1s [DEBUG] Task engine running time: 0.8s [DEBUG] Total time: 1.0s [DEBUG] --------------------------------------------------------

求教

realjustinwu commented 6 years ago

我的 Android 8.0 设备也有这个问题,Android 7.0 没问题

HakuLess commented 6 years ago

升级8.0之后遇到同样问题...