Hello
I would like some help with Gradle please
This is the first time I have tried to build an apk file for this project as previously it was V20
The error message from Gradle is :
I haven't a clue what that means but I have started a search in Google but in the meantime any help would be appreciated
Regards
Al
I would like some help with Gradle please
This is the first time I have tried to build an apk file for this project as previously it was V20
The error message from Gradle is :
Failure creating the Android application named <C:\JCA_V21_Remote\AndroidRemote\Exe\CCF-BMS.apk>.
Command Line: "C:\Program Files\Java\jdk1.8.0_20\bin\java.exe" "-Dorg.gradle.appname=C:\JCA_V21_Remote\AndroidRemote\Android\Generation" -classpath "C:\Gradle\gradle-2.9\lib\gradle-launcher-2.9.jar" org.gradle.launcher.GradleMain assembleRelease -b build.gradle
Error returned:
FAILURE: Build failed with an exception.
* What went wrong:
A problem occurred configuring root project 'Generation'.
> Could not resolve all dependencies for configuration ':_debugCompile'.
> Could not find any matches for com.android.support:support-v4:22.2.+ as no versions of com.android.support:support-v4 are available.
Searched in the following locations:
[repo1.maven.org]
[repo1.maven.org]
file:/C:/Android_SDK/extras/google/m2repository/com/android/support/support-v4/maven-metadata.xml
file:/C:/Android_SDK/extras/google/m2repository/com/android/support/support-v4/
Required by:
:Generation:unspecified
> Could not find any matches for com.android.support:appcompat-v7:22.2.+ as no versions of com.android.support:appcompat-v7 are available.
Searched in the following locations:
[repo1.maven.org]
[repo1.maven.org]
file:/C:/Android_SDK/extras/google/m2repository/com/android/support/appcompat-v7/maven-metadata.xml
file:/C:/Android_SDK/extras/google/m2repository/com/android/support/appcompat-v7/
Required by:
:Generation:unspecified
* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.
BUILD FAILED
I haven't a clue what that means but I have started a search in Google but in the meantime any help would be appreciated
Regards
Al