-
Bug
-
Resolution: Not A Defect
-
Minor
-
None
-
Windows 7, Android 23,
I tried to run the Android test by jenkins. I used the command "clean assemble" to build the project but it returns FAILED:
[Gradle] - Launching build.
[Test] $ cmd.exe /C "...\.jenkins\workspace\Test\gradlew.bat clean assemble && exit %%ERRORLEVEL%%"
FAILURE: Build failed with an exception.
- What went wrong:
A problem occurred configuring project ':app'.
> Could not resolve all dependencies for configuration ':app:_debugCompile'.
> Could not find com.android.support:appcompat-v7:23.3.0.
Searched in the following locations:
https://jcenter.bintray.com/com/android/support/appcompat-v7/23.3.0/appcompat-v7-23.3.0.pom
https://jcenter.bintray.com/com/android/support/appcompat-v7/23.3.0/appcompat-v7-23.3.0.jar
Required by:
Test:app:unspecified
Can you help me? Thanks