-
Notifications
You must be signed in to change notification settings - Fork 25
Missing dependency for leyndo #356
Comments
Yikes! Sorry about that. We added leyndo from a private repo to securely inject OSM credentials into production builds. We need to make this dependency optional for debug builds. Thanks for the heads up. In the meantime here is a workaround you can use to build and run the app:
Now when you click the login button it should bypass OSM login and take you right into the app. |
Thanks, now at least installing dependencies works and I can start the build process. However, there are some tests that fail because of this (LoginActivity, DataUploadService). I'm trying to remove them one by one and will see if I get a successful build then. |
I removed the tests but then checkstyle complained about 22 missing imports, so I just skipped the whole thing with However, when I launch it, I get the splash screen and then nothing else happens. The four dots at the bottom suggest that I should be able to swipe through four screens, but nothing happens when I attempt to swipe. Something seems stuck here... I've pushed my changes to https://github.com/mvglasow/open. The first commit has the changes you mentioned, the second one is my adaptation of the tests. |
Try swiping the text on the splash screen (not the logo) |
That did the trick, thanks! A hint on the screen would have helped, though... |
I agree. We are working on some improvements to the login flow. |
Just trying to build Mapzen Open, but there seems to be a missing dependency.
git clone git@github.com:mapzen/leyndo.git
(in open/scripts/dependency/install-leyndo.sh)
fails with error "repository not found".
The text was updated successfully, but these errors were encountered: