赵文强
赵文强

Reputation: 9

gomobile does not support c-archive for android

When i tried to build a static library with 'gomobile bind' tools, i got this error: invalid value "c-archive" for flag -buildmode: buildmode c-archive not supported on android/arm

Upvotes: -1

Views: 252

Answers (1)

Luca Ruggieri
Luca Ruggieri

Reputation: 41

I believe it's falling back here, hence atm android is not supported for c-archive flag. I am not sure why though, since this condition should return true.

Upvotes: 0

Related Questions