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
Asked
Active
Viewed 155 times
1 Answers
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.

Luca Ruggieri
- 31
- 2