AlexeySoshin / smali2java

Recreate Java code from Smali
497 stars 85 forks source link

Use relative paths #8

Closed davispuh closed 5 years ago

davispuh commented 5 years ago

Currently it doesn't allow to simply go build because it will fail due not finding those modules. So use relative paths which allows to build easily.

Also I don't see any reason to not use relative paths.

davispuh commented 5 years ago

It's needed when building directly just cloned git repo.

eg. this doesn't work

$ git clone https://github.com/AlexeySoshin/smali2java.git
$ cd smali2java
$ go build # won't work
AlexeySoshin commented 5 years ago

That's only if you clone it somewhere outside of your GOPATH

denyago commented 5 years ago

Well, honestly I don't know how to develop in Go. Nor have an idea what is GOPATH for and how to set it right. Basically, this utility because of the issue is a no-go to me 😒