Call android Java code in golang

We would like to call Java code inside golang.

Please help us how to achieve thid

it seemd impossible.
java code running depend on jvm , but golang execute in binary.
but there is always a way out,maybe you can try cgo?
in simple terms,let C be bridge between java and golang

Never try but JNI could be used for this task…

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.