Skip to content

Commit

Permalink
specified gomobile version
Browse files Browse the repository at this point in the history
  • Loading branch information
TenderIronh committed Oct 20, 2024
1 parent df1e16e commit f015b82
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions app/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,10 @@
depends on openjdk 11, gradle 8.1.3, ndk 21
```
go install golang.org/x/mobile/cmd/gomobile@latest
# latest version not support go1.20
go install golang.org/x/mobile/cmd/gomobile@7c4916698cc93475ebfea76748ee0faba2deb2a5
gomobile init
go get -v golang.org/x/mobile/bind
go get -v golang.org/x/mobile/bind@7c4916698cc93475ebfea76748ee0faba2deb2a5
cd core
gomobile bind -target android -v
if [[ $? -ne 0 ]]; then
Expand Down

0 comments on commit f015b82

Please sign in to comment.