SwipeX / PokeMate

Automated PokemonGo Application
GNU General Public License v3.0
111 stars 45 forks source link

How to run it? #180

Closed Zerotask closed 8 years ago

Zerotask commented 8 years ago

There is no PokeMate.jar. There is only a PokeMate.java in the folder PokeMate-electron\src\main\java\dekk\pw\pokemate. I tried to compile it: javac PokeMate.java and got 44 errors. I'm using JDK 8 Update 101 (newest) 32 bit.

BurakDev commented 8 years ago

Jar releases are here : https://github.com/SwipeX/PokeMate/releases

And if you want build it from source you need gradle.

soccertj commented 8 years ago

I got this error http://imgur.com/a/6oHCE

veskoz commented 8 years ago

Seems like an issue: https://github.com/SwipeX/PokeMate/issues/172

Zerotask commented 8 years ago

Thanks Burak for the fast reply. I tried ptc but it seems to be down, then I tried it with a google account and got the following error:

image

kylestev commented 8 years ago

PokeMate-electron

You should not be using the electron branch. Use the master (default) branch if you want to build from source. If you want to build from source, you will need gradle as others have mentioned.

kylestev commented 8 years ago

Thanks Burak for the fast reply. I tried ptc but it seems to be down, then I tried it with a google account and got the following error:

This is indeed a duplicate of #112 then.