When we run the following command:
cd output
gradle buildWe are getting following error in the terminal :-
FAILURE: Build failed with an exception.
* Where:
Build file '/home/techahead/Downloads/Flashphoner/wcs-android-sdk-samples-master/export/output/build.gradle' line: 3
* What went wrong:
A problem occurred evaluating root project 'output'.
> Could not find method jcenter() for arguments [] on repository container.
* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.
Issue no. 2 Building examples in Android StudioWhile following point 6. Run building of examples , no apk's are created as mentioned
in the steps.
Another Error we are getting
Error1, 0) Minimum supported Gradle version is 3.3. Current version is 3.2.
Please fix the project's Gradle settings.
<a href="fixGradleVersionInWrapper">Fix Gradle wrapper and re-import project</a><br><a href="openGradleSettings">Gradle settings</a>
cd output
gradle buildWe are getting following error in the terminal :-
FAILURE: Build failed with an exception.
* Where:
Build file '/home/techahead/Downloads/Flashphoner/wcs-android-sdk-samples-master/export/output/build.gradle' line: 3
* What went wrong:
A problem occurred evaluating root project 'output'.
> Could not find method jcenter() for arguments [] on repository container.
* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.
Issue no. 2 Building examples in Android StudioWhile following point 6. Run building of examples , no apk's are created as mentioned
in the steps.
Another Error we are getting
Error1, 0) Minimum supported Gradle version is 3.3. Current version is 3.2.
Please fix the project's Gradle settings.
<a href="fixGradleVersionInWrapper">Fix Gradle wrapper and re-import project</a><br><a href="openGradleSettings">Gradle settings</a>
Last edited by a moderator: