Created
August 8, 2018 22:13
-
-
Save mstange/9137c2ce752d73c0d1404792be7df651 to your computer and use it in GitHub Desktop.
./gradlew clean app:assembleFocusArmDebug
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
| Markuss-MacBook-Pro:code mstange$ git clone git clone https://github.com/mozilla-mobile/focus-android | |
| Markuss-MacBook-Pro:code mstange$ git clone https://github.com/mozilla-mobile/focus-android | |
| Cloning into 'focus-android'... | |
| remote: Counting objects: 28417, done. | |
| remote: Compressing objects: 100% (84/84), done. | |
| remote: Total 28417 (delta 53), reused 110 (delta 43), pack-reused 28258 | |
| Receiving objects: 100% (28417/28417), 157.92 MiB | 4.34 MiB/s, done. | |
| Resolving deltas: 100% (16073/16073), done. | |
| Markuss-MacBook-Pro:code mstange$ cd focus-android/ | |
| Markuss-MacBook-Pro:focus-android mstange$ ./gradlew clean app:assembleFocusArmDebug | |
| Starting a Gradle Daemon, 1 stopped Daemon could not be reused, use --status for details | |
| > Configure project : | |
| Kotlin plugin should be enabled before 'kotlin-kapt' | |
| > Configure project :app | |
| Generated versionCode: 22201810 | |
| ---------------------------------------------- | |
| Build type: debug | |
| Flavor: klarAarch64 | |
| Version code: 11 | |
| Adjust token: -- | |
| Sentry token: X_X | |
| ---------------------------------------------- | |
| Build type: nightly | |
| Flavor: klarAarch64 | |
| Version code: 11 | |
| Adjust token: -- | |
| Sentry token: X_X | |
| ---------------------------------------------- | |
| Build type: release | |
| Flavor: klarAarch64 | |
| Version code: 11 | |
| Adjust token: -- | |
| Sentry token: X_X | |
| ---------------------------------------------- | |
| Build type: debug | |
| Flavor: klarX86 | |
| Version code: 11 | |
| Adjust token: -- | |
| Sentry token: X_X | |
| ---------------------------------------------- | |
| Build type: nightly | |
| Flavor: klarX86 | |
| Version code: 11 | |
| Adjust token: -- | |
| Sentry token: X_X | |
| ---------------------------------------------- | |
| Build type: release | |
| Flavor: klarX86 | |
| Version code: 11 | |
| Adjust token: -- | |
| Sentry token: X_X | |
| ---------------------------------------------- | |
| Build type: debug | |
| Flavor: klarArm | |
| Version code: 11 | |
| Adjust token: -- | |
| Sentry token: X_X | |
| ---------------------------------------------- | |
| Build type: nightly | |
| Flavor: klarArm | |
| Version code: 11 | |
| Adjust token: -- | |
| Sentry token: X_X | |
| ---------------------------------------------- | |
| Build type: release | |
| Flavor: klarArm | |
| Version code: 11 | |
| Adjust token: -- | |
| Sentry token: X_X | |
| ---------------------------------------------- | |
| Build type: debug | |
| Flavor: focusAarch64 | |
| Version code: 11 | |
| Adjust token: -- | |
| Sentry token: X_X | |
| ---------------------------------------------- | |
| Build type: nightly | |
| Flavor: focusAarch64 | |
| Version code: 11 | |
| Adjust token: -- | |
| Sentry token: X_X | |
| ---------------------------------------------- | |
| Build type: release | |
| Flavor: focusAarch64 | |
| Version code: 11 | |
| Adjust token: X_X | |
| Sentry token: X_X | |
| ---------------------------------------------- | |
| Build type: debug | |
| Flavor: focusX86 | |
| Version code: 11 | |
| Adjust token: -- | |
| Sentry token: X_X | |
| ---------------------------------------------- | |
| Build type: nightly | |
| Flavor: focusX86 | |
| Version code: 11 | |
| Adjust token: -- | |
| Sentry token: X_X | |
| ---------------------------------------------- | |
| Build type: release | |
| Flavor: focusX86 | |
| Version code: 11 | |
| Adjust token: X_X | |
| Sentry token: X_X | |
| ---------------------------------------------- | |
| Build type: debug | |
| Flavor: focusArm | |
| Version code: 11 | |
| Adjust token: -- | |
| Sentry token: X_X | |
| ---------------------------------------------- | |
| Build type: nightly | |
| Flavor: focusArm | |
| Version code: 11 | |
| Adjust token: -- | |
| Sentry token: X_X | |
| ---------------------------------------------- | |
| Build type: release | |
| Flavor: focusArm | |
| Version code: 11 | |
| Adjust token: X_X | |
| Sentry token: X_X | |
| FAILURE: Build failed with an exception. | |
| * What went wrong: | |
| A problem occurred configuring project ':app'. | |
| > The SourceSet 'androidTestGeckoCompile' is not recognized by the Android Gradle Plugin. Perhaps you misspelled something? | |
| * Try: | |
| Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights. | |
| * Get more help at https://help.gradle.org | |
| BUILD FAILED in 7s | |
| Markuss-MacBook-Pro:focus-android mstange$ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment