Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Attempt to invoke virtual method 'xxxx' on a null object reference 在某些机子上出现 #28

Open
Singloo opened this issue Jun 25, 2018 · 2 comments

Comments

@Singloo
Copy link

Singloo commented Jun 25, 2018

在一些安卓机上出现如下报错
Uploading Screen Shot 2018-06-25 at 1.19.51 PM.png…

@Singloo
Copy link
Author

Singloo commented Jun 25, 2018

screen shot 2018-06-25 at 1 19 51 pm

@xiaoosnggao
Copy link

我也遇到了同样的问题

`

        Synthesizer.init("****")
        Synthesizer.start('sasass')
        this.synthesizerEventEmitter = new NativeEventEmitter(Synthesizer);
        this.synthesizerEventEmitter.addListener('onSynthesizerBufferCompletedEvent', (e) => {
            console.log('onSynthesizerSpeakCompletedEvent')
            console.log(e)
        });
        this.synthesizerEventEmitter.addListener('onSynthesizerSpeakCompletedEvent', (e) => {
            console.log('onSynthesizerBufferCompletedEvent')
            console.log(e)

        });

`

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants