openim-sdk-core icon indicating copy to clipboard operation
openim-sdk-core copied to clipboard

When I run Android command, will stuck at 'aar: classes.jar'

Open muggleBen opened this issue 2 years ago • 2 comments

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/ Lark20230429-222640 the program will will stuck at 'aar: AndroidManifest.xml aar: proguard.txt aar: classes.jar'

Anyone has ever faced that case? anyone suggestion?

muggleBen avatar Apr 29 '23 14:04 muggleBen

To avoid this issues, the SDK plans to remove Gomobile in version 3.9 and use FFI bridging directly to achieve cross-language interoperability.

FGadvancer avatar Nov 21 '24 12:11 FGadvancer