美团walle多渠道打包

一、walle的配置

  • 具体配置参照github的redeme
private void umengAppConfig(Application application) {
    ···
    UMConfigure.init(application, ThirdKeys.UMENG_APPKEY, WalleChannelReader.getChannel(application), UMConfigure.DEVICE_TYPE_PHONE, "");
}

二、打包和加固

1.使用Android studio正常打包

2.使用360加固(只加固不要签名)

三、使用脚本注入渠道信息

  • 具体配置参照github的redeme
    脚本文件夹.png
  • 相关配置


    脚本配置.png

你可能感兴趣的:(美团walle多渠道打包)