x/mobile/exp/audio/al: Error when using gomobile bind
: no current JVM
#15804
Labels
mobile
Android, iOS, and x/mobile
Milestone
Please answer these questions before submitting your issue. Thanks!
What version of Go are you using (
go version
)?go version go1.6.2 darwin/amd64
What operating system and processor architecture are you using (
go env
)?What did you do?
Calling
x/mobile/exp/audio/al
functions withgomobile bind
causes error:al: no current JVM
. It seems likeinit
inx/mobile/exp/audio/al
is called just beforesetContext
inx/mobile/bind/java/context_android.go
is called, which meansinit
inal
is called without the JVM context set.What did you expect to see?
No error.
The text was updated successfully, but these errors were encountered: