LeoZhang
LeoZhang
any chances to see this issue updated soon?
it work for me: Toast.java, find `private static final boolean IS_AT_LEAST_PIE = Build.VERSION.SDK_INT >= 28;` replace with `private static final boolean IS_AT_LEAST_PIE = Build.VERSION.SDK_INT >= 26;`
Vue + TypeScript development tools, really good, greatly enhance the code maintenance and development efficiency [vue-ts-toolkit](https://github.com/442623641/vue-ts-toolkit)
  
android 什么版本,android7+没毛病的
找到AndroidManifest.xml文件application标签看看有没有这个属性android:name="com.leo.aliyunpush.MainApplication",没有的话手动加上,或者载重新安装再试试。 另外安装的时候,安装成功会提示:android application add [android:name="com.leo.aliyunpush.MainApplication"]