Skip to content
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

Exposes ANDROID_SDK_HOME to rebuild_updated_recipes #2018

Conversation

AndreMiras
Copy link
Member

The error was:

Traceback (most recent call last):
  File "ci/rebuild_updated_recipes.py", line 112, in <module>
    main()
  File "ci/rebuild_updated_recipes.py", line 108, in main
    build(target_python, recipes)
  File "ci/rebuild_updated_recipes.py", line 59, in build
    android_sdk_home = os.environ['ANDROID_SDK_HOME']
  File "/home/user/app/venv/lib/python3.6/os.py", line 669, in __getitem__
    raise KeyError(key) from None
KeyError: 'ANDROID_SDK_HOME'

https://travis-ci.org/kivy/python-for-android/jobs/609719811

The error was:
```
Traceback (most recent call last):
  File "ci/rebuild_updated_recipes.py", line 112, in <module>
    main()
  File "ci/rebuild_updated_recipes.py", line 108, in main
    build(target_python, recipes)
  File "ci/rebuild_updated_recipes.py", line 59, in build
    android_sdk_home = os.environ['ANDROID_SDK_HOME']
  File "/home/user/app/venv/lib/python3.6/os.py", line 669, in __getitem__
    raise KeyError(key) from None
KeyError: 'ANDROID_SDK_HOME'
```
https://travis-ci.org/kivy/python-for-android/jobs/609719811
@AndreMiras AndreMiras mentioned this pull request Nov 10, 2019
@AndreMiras AndreMiras requested a review from opacam November 10, 2019 10:18
Copy link
Member

@opacam opacam left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM,

Thanks, @AndreMiras 👍

@AndreMiras AndreMiras merged commit 6bda849 into kivy:develop Nov 10, 2019
@AndreMiras AndreMiras deleted the feature/rebuild_updated_recipes_android_home branch November 11, 2019 09:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants