Dann hast du die evtl nicht im Ordner mit drin.. Wenn nicht, erstell eine Datei "user.xml" und füge folgende Daten ein. Vergiss nicht, die Koordinaten einzutragen ;-)
<?xml version="1.0" encoding="utf-16"?>
<UserSettingsXml xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<AuthType>Google</AuthType> <!-- Google or Ptc -->
<DefaultLatitude>xxx</DefaultLatitude> <!-- Change this to your Latitude -->
<DefaultLongitude>xxx</DefaultLongitude> <!-- Change this to your Longitude -->
<GoogleRefreshToken></GoogleRefreshToken> <!-- When starting the Program you will get your token to fill in. -->
<PtcPassword></PtcPassword> <!-- IF you are using PTC fill in your password -->
<PtcUsername></PtcUsername> <!-- IF you are using PTC fill in your username -->
<EvolveAllGivenPokemons>false</EvolveAllGivenPokemons> <!-- Do you want to evolve all of your pokemon? Change to true -->
<TransferType>none</TransferType> <!-- Transfertypes are as follows: leaveStrongest, all, duplicate, cp leave at none to keep all pokemon caught. -->
<TransferCPThreshold></TransferCPThreshold> <!-- IF you are using the Transfertype cp then this will be the maximum cp to transfer -->
</UserSettingsXml>