flavor中这样分的渠道:

<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
    package="net.xxx" >
    <application>
        <meta-data android:name="leancloud" android:value="fir"/>
    </application>
</manifest>

但是在统计里只能看到null和AVOS Cloud两个渠道

sdk 版本是不是太老了?

确认了下,2.6.9
这里提到2.6.8之后都可以用leancloud
不过我改回Channel ID试试看吧