-1

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

赵文强
  • 11
  • 1
  • 2

1 Answers1

0

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.