AlexeySoshin / smali2java

Recreate Java code from Smali
486 stars 84 forks source link

cannot find package "github.com/alexeysoshin/smali2java/parser" #1

Closed leagmain closed 6 years ago

leagmain commented 6 years ago

go build error: smali2java.go:6:2: cannot find package "github.com/alexeysoshin/smali2java/parser" in any of: /usr/local/Cellar/go/1.10/libexec/src/github.com/alexeysoshin/smali2java/parser (from $GOROOT) /Users/leagmain/go/src/github.com/alexeysoshin/smali2java/parser (from $GOPATH)

AlexeySoshin commented 6 years ago

Probably you cloned it not to GOPATH, but somewhere else.

Make sure that you put it there: /Users/leagmain/go/src/github.com/alexeysoshin/smali2java