-
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
Please don't use bug reports to request help with questions which are not related to bugs. Use the jenkins users mailing list, or one of the many android development mailing lists, or stack overflow, or google search.