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

build failed with script: ./gradlew assembleDebug #97

Closed chengzhijun0706 closed 8 years ago

chengzhijun0706 commented 8 years ago

image image image 我这里该怎么填呢

lomanyong commented 8 years ago

@c1031612246 你们平时应该有个打包命令,如果你们的flavor是图中的Defaule,则如下配置:

freeline {
    hack true
    productFlavor "Defaule"
}
chengzhijun0706 commented 8 years ago

@lomanyong 每次运行 python freeline.py后程序就会崩溃,手动打开APP后是修改过的,就是每次都会先崩溃一下 ,在华为荣耀7上运行 python freeline.py命令后app彻底启动不了

lomanyong commented 8 years ago

@c1031612246 麻烦贴下crash日志看下吧,以及手机的系统版本是多少的呢?

chengzhijun0706 commented 8 years ago

@lomanyong 这个日志的手机是vivox710 anandroid是4.4 ![Uploading image.png…]() ![Uploading image.png…]()

chengzhijun0706 commented 8 years ago

image image

lomanyong commented 8 years ago

@c1031612246 暂时先使用5.0+的手机测试吧。我看这个日志,应该是在5.0以下的机型里有兼容性问题,我这里查查看。

chengzhijun0706 commented 8 years ago

@lomanyong 好的,我先试试其他的机器

charvenhe commented 8 years ago

@c1031612246 上面的日志已经在0.6.1解决