LeoZhang

Results 8 comments of LeoZhang

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)

![image](https://user-images.githubusercontent.com/16473810/53965349-01701580-412c-11e9-8c53-2ce4557f863a.png) ![image](https://user-images.githubusercontent.com/16473810/53965388-19e03000-412c-11e9-96c6-0814cffad8e0.png) ![image](https://user-images.githubusercontent.com/16473810/53966978-45b0e500-412f-11e9-98dd-58b809bb33d3.png)

android 什么版本,android7+没毛病的

找到AndroidManifest.xml文件application标签看看有没有这个属性android:name="com.leo.aliyunpush.MainApplication",没有的话手动加上,或者载重新安装再试试。 另外安装的时候,安装成功会提示:android application add [android:name="com.leo.aliyunpush.MainApplication"]