openim-sdk-core
openim-sdk-core copied to clipboard
When I run Android command, will stuck at 'aar: classes.jar'
Just pull the latest code from Makefile.
android:
go get golang.org/x/mobile/bind
GOARCH=amd64 gomobile bind -v -trimpath -ldflags="-s -w" -o ./open_im_sdk.aar -target=android ./open_im_sdk/ ./open_im_sdk_callback/
the program will will stuck at
'aar: AndroidManifest.xml
aar: proguard.txt
aar: classes.jar'
Anyone has ever faced that case? anyone suggestion?
To avoid this issues, the SDK plans to remove Gomobile in version 3.9 and use FFI bridging directly to achieve cross-language interoperability.