-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Travis build failing on Android #3
Comments
Yep. It's because of the "cd PhotoTrip" or, more exactly, because I have been a bit lazy on where to put the android sdk. The script assumes and foresees that the sdk will be present at the root of the project which is wrong when we change the directory right before the installation of the sdk. I'll fix the problem a bit later, for now, replace the related section in your travis file and it should work : before_install:
- export ANDROID_HOME=$PWD/PhotoTrip/android-sdk-macosx
- export ANDROID_SDK=$ANDROID_HOME
- export PATH=${PATH}:${ANDROID_HOME}/tools:${ANDROID_HOME}/platform-tools
- cd PhotoTrip Thanks for the report by the by :) |
Seems almost ok for Android, Calabash tests are running on iOS, but for android it seems to hang |
Hey, first of all, it seems that you didn't update your project with the new gulpfiles. It corrects some important issues with the runner. |
It seems that the android bin is not in the path https://travis-ci.org/tlenclos/PhotoTrip/jobs/66371647
Any idea ?
The text was updated successfully, but these errors were encountered: