Closed gogins closed 6 years ago
What does adding the google
repository allow you to do from the command line that you can't already do?
Ah I see, executing gradlew
from the command line results in the following output:
FAILURE: Build failed with an exception.
* What went wrong:
A problem occurred configuring root project 'oboe'.
> Could not resolve all files for configuration ':classpath'.
> Could not find com.android.tools.build:gradle:3.0.1.
Searched in the following locations:
https://jcenter.bintray.com/com/android/tools/build/gradle/3.0.1/gradle-3.0.1.pom
https://jcenter.bintray.com/com/android/tools/build/gradle/3.0.1/gradle-3.0.1.jar
Required by:
project :
* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.
* Get more help at https://help.gradle.org
BUILD FAILED in 6s
Thank you!
On Jan 11, 2018 11:43, "Don Turner" notifications@github.com wrote:
Closed #99 https://github.com/googlesamples/android-audio-high-performance/issues/99 via 2ee8274 https://github.com/googlesamples/android-audio-high-performance/commit/2ee827411e6136851fea707a826573c31064b174 .
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/googlesamples/android-audio-high-performance/issues/99#event-1420139063, or mute the thread https://github.com/notifications/unsubscribe-auth/AGCDJbBasTL8f6jNwmN5_LBfsHgYMH6Zks5tJjpJgaJpZM4RUzWI .
In order to more easily enable building from the command line, please add google as a repository to the
android-audio-high-performance/oboe/build.gradle
file, like this: