-
Notifications
You must be signed in to change notification settings - Fork 4
How to compile project on Lab machines
bkhunter edited this page Apr 8, 2015
·
4 revisions
If the project doesn't compile on lab machines due to a googlePlay services package error, here are steps to a potential solution.
-
Clone the repository into a new folder.
-
Navigate into the travelPlanner folder
-
run the following commands:
git checkout . git checkout eb37fe7fde939b4e2c9965e305b7571d99933a94
-
This will pull another branch which has a working google package
-
In your regular workspace delete the current google play services lib package
-
Copy the same package in the newly cloned directory to your regular workspace
-
In eclipse run project --> clean
-
Delete TravelPlanner and TravelPlanner (not on disk) test and re-import
-
Follow the steps on the readme to ensure that the project is referencing the package correctly