Sorry to bother you again, but I wanted to check that the previous two problems were fixed. Sadly, I still can't build jni-proxy (on the current master)...
$ make
go run ./tools/cmd/callbackgen/
go run ./tools/cmd/protogen/ -specs ../jni/spec/java/ -overlays ../jni/spec/overlays/java/ -output proto/ -go-module github.com/AndroidGoLab/jni-proxy
# github.com/AndroidGoLab/jni-proxy/tools/pkg/protogen
tools/pkg/protogen/data.go:206:25: cls.ConstructorParams undefined (type javagen.MergedClass has no field or method ConstructorParams)
make: *** [Makefile:20: proto] Error 1
.. am I missing something: should make be successful, or does it need some other setup steps to work?
Sorry to bother you again, but I wanted to check that the previous two problems were fixed. Sadly, I still can't build jni-proxy (on the current master)...
.. am I missing something: should make be successful, or does it need some other setup steps to work?