Created
October 16, 2017 10:39
-
-
Save peterlazar1993/45a25ab3508842e5165f97c907630681 to your computer and use it in GitHub Desktop.
android build output
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
fastlane android beta | |
[16:07:47]: Get started using a Gemfile for fastlane https://docs.fastlane.tools/getting-started/ios/setup/#use-a-gemfile | |
[16:07:50]: ------------------------------------------------- | |
[16:07:50]: --- Step: Verifying required fastlane version --- | |
[16:07:50]: ------------------------------------------------- | |
[16:07:50]: Your fastlane version 2.60.0 matches the minimum requirement of 2.59.0 ✅ | |
[16:07:50]: ------------------------------ | |
[16:07:50]: --- Step: default_platform --- | |
[16:07:50]: ------------------------------ | |
[16:07:50]: Driving the lane 'android beta' 🚀 | |
[16:07:50]: -------------------- | |
[16:07:50]: --- Step: gradle --- | |
[16:07:50]: -------------------- | |
[16:07:50]: $ /Users/pete/Projects/tester/android/gradlew assembleRelease -p . | |
[16:07:51]: ▸ NDK is missing a "platforms" directory. | |
[16:07:51]: ▸ If you are using NDK, verify the ndk.dir is set to a valid NDK directory. It is currently set to /Users/pete/Library/Android/sdk/ndk-bundle. | |
[16:07:51]: ▸ If you are not using NDK, unset the NDK variable from ANDROID_NDK_HOME or local.properties to remove this warning. | |
[16:07:51]: ▸ NDK is missing a "platforms" directory. | |
[16:07:51]: ▸ If you are using NDK, verify the ndk.dir is set to a valid NDK directory. It is currently set to /Users/pete/Library/Android/sdk/ndk-bundle. | |
[16:07:51]: ▸ If you are not using NDK, unset the NDK variable from ANDROID_NDK_HOME or local.properties to remove this warning. | |
[16:07:51]: ▸ FAILURE: Build failed with an exception. | |
[16:07:51]: ▸ * What went wrong: | |
[16:07:51]: ▸ A problem occurred configuring project ':app'. | |
[16:07:51]: ▸ > Could not resolve all dependencies for configuration ':app:_debugApk'. | |
[16:07:51]: ▸ > A problem occurred configuring project ':react-native-sound'. | |
[16:07:51]: ▸ > The SDK Build Tools revision (23.0.1) is too low for project ':react-native-sound'. Minimum required is 25.0.0 | |
[16:07:51]: ▸ * Try: | |
[16:07:51]: ▸ Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. | |
[16:07:51]: ▸ BUILD FAILED | |
[16:07:51]: ▸ Total time: 0.739 secs | |
+------------------+--------------+ | |
| Lane Context | | |
+------------------+--------------+ | |
| DEFAULT_PLATFORM | android | | |
| PLATFORM_NAME | android | | |
| LANE_NAME | android beta | | |
+------------------+--------------+ | |
[16:07:53]: Exit status of command '/Users/pete/Projects/tester/android/gradlew assembleRelease -p .' was 1 instead of 0. | |
NDK is missing a "platforms" directory. | |
If you are using NDK, verify the ndk.dir is set to a valid NDK directory. It is currently set to /Users/pete/Library/Android/sdk/ndk-bundle. | |
If you are not using NDK, unset the NDK variable from ANDROID_NDK_HOME or local.properties to remove this warning. | |
NDK is missing a "platforms" directory. | |
If you are using NDK, verify the ndk.dir is set to a valid NDK directory. It is currently set to /Users/pete/Library/Android/sdk/ndk-bundle. | |
If you are not using NDK, unset the NDK variable from ANDROID_NDK_HOME or local.properties to remove this warning. | |
FAILURE: Build failed with an exception. | |
* What went wrong: | |
A problem occurred configuring project ':app'. | |
> Could not resolve all dependencies for configuration ':app:_debugApk'. | |
> A problem occurred configuring project ':react-native-sound'. | |
> The SDK Build Tools revision (23.0.1) is too low for project ':react-native-sound'. Minimum required is 25.0.0 | |
* Try: | |
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. | |
BUILD FAILED | |
Total time: 0.739 secs | |
+------+---------------------+-------------+ | |
| fastlane summary | | |
+------+---------------------+-------------+ | |
| Step | Action | Time (in s) | | |
+------+---------------------+-------------+ | |
| 1 | Verifying required | 0 | | |
| | fastlane version | | | |
| 2 | default_platform | 0 | | |
| 💥 | gradle | 1 | | |
+------+---------------------+-------------+ | |
[16:07:53]: fastlane finished with errors | |
Looking for related GitHub issues on fastlane/fastlane... | |
####################################################################### | |
# fastlane 2.61.0 is available. You are on 2.60.0. | |
# You should use the latest version. | |
# Please update using `fastlane update_fastlane`. | |
####################################################################### | |
# Run `sudo gem cleanup` from time to time to speed up fastlane | |
####################################################################### | |
2.61.0 Lots of improvements | |
* [backup_xcarchive] Add custom xcarchive zip filename option (#10540) via thii | |
* Skip running precheck on `fastlane init` (#10517) via Felix Krause | |
* [match] Only encrypt and commit files if they changed (#10516) via Felix Krause | |
* Show verbose information for `fastlane snapshot reset_simulators` (#10518) via Felix Krause | |
* Tell user about env variable for `fastlane snapshot reset_simulators` (#10519) via Felix Krause | |
* Allow groups and distribute external to be mutually exclusive (#10220) via David Ohayon | |
* Add `try_repo_update_on_error` option to `cocoapods` action (#10504) via Siarhei Fiedartsou | |
* Update fastlane plugins only on update_plugins command (#10441) via Kohki Miki | |
* Sets the installed profile name from sigh in an environment variable and lane context (#10515) via Josh Holtz | |
* Add warning about sensitive or private information (#10505) via Iulian Onofrei | |
* [spaceship] Add pagination support to Client#request (#10451) via Renzo | |
* Move all docs over to https://docs.fastlane.tools via Felix Krause | |
2.60.1 Fix match issue | |
- Revert a regression with match | |
Please update using `fastlane update_fastlane` | |
/Users/pete/.fastlane/bin/bundle/lib/ruby/gems/2.2.0/gems/fastlane-2.60.0/fastlane_core/lib/fastlane_core/ui/interface.rb:143:in `shell_error!': [!] Exit status of command '/Users/pete/Projects/tester/android/gradlew assembleRelease -p .' was 1 instead of 0. (FastlaneCore::Interface::FastlaneShellError) | |
NDK is missing a "platforms" directory. | |
If you are using NDK, verify the ndk.dir is set to a valid NDK directory. It is currently set to /Users/pete/Library/Android/sdk/ndk-bundle. | |
If you are not using NDK, unset the NDK variable from ANDROID_NDK_HOME or local.properties to remove this warning. | |
NDK is missing a "platforms" directory. | |
If you are using NDK, verify the ndk.dir is set to a valid NDK directory. It is currently set to /Users/pete/Library/Android/sdk/ndk-bundle. | |
If you are not using NDK, unset the NDK variable from ANDROID_NDK_HOME or local.properties to remove this warning. | |
FAILURE: Build failed with an exception. | |
* What went wrong: | |
A problem occurred configuring project ':app'. | |
> Could not resolve all dependencies for configuration ':app:_debugApk'. | |
> A problem occurred configuring project ':react-native-sound'. | |
> The SDK Build Tools revision (23.0.1) is too low for project ':react-native-sound'. Minimum required is 25.0.0 | |
* Try: | |
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. | |
BUILD FAILED | |
Total time: 0.739 secs |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment