Skip to content
This repository has been archived by the owner on Oct 20, 2019. It is now read-only.

Latest commit

 

History

History
22 lines (11 loc) · 970 Bytes

README.md

File metadata and controls

22 lines (11 loc) · 970 Bytes

IndustryCalculatorForEVE

Note: This repository is no longer maintained.

Android app that calculates profit from industry in EVE Online.

Google Play Store Page

To update the EVE data:

  • Download/clone the EVEIndustryData repository

  • Get the needed SDE files (Follow the instructions on 'datadump/sde/README.md').

  • Open a terminal/command promt in the 'datadump' directory of the EVEIndustryData repository.

  • Excecute the command 'python3 datadump.py' or './datadump.py'

  • After the script finishes, copy the 'eid.zip' file it created to the root directory of this project replacing the existing 'eid.zip'.

When making any change to the EVE data the value of the 'DATABASE_VERSION' field in the 'src/main/java/com/exter/eveindcalc/EICDatabaseHelper.java' class must be incremented to make the app refresh the databases after updating.