jethroHuang

Results 9 comments of jethroHuang

我现在也是这样 点击通知走的 onReceiveNotification。我的版本是 jpush_flutter: 2.0.1

> 需要配置activity, 请问应该如何配置?我按照Android的说明配置了,但还是不行

I have also encountered this problem, may I ask how to install vue-devTools of M1

I found the reason. I need to install the ARM version of Node.js. The problem was resolved when I installed [Node.js v16.14 of ARM]

我也遇到了这个问题 > SDK location not found. Define location with sdk.dir in the local.properties file or with an ANDROID_HOME environment variable.

你可以 ``` View view = (View)targetView.getParent(); view.setVisibility(View.GONE); ```