Software Archive
Read-only legacy content
17061 Discussions

CLI 5.1.1 Build Fail : PushWoosh

Miguel_R_1
Beginner
1,494 Views
5.1.1 CLI failure in 4.2 works well, I think missing dependencies on the new server

Using PushWoosh Plugin.


* What went wrong:
A problem occurred configuring root project 'android'.
> Could not resolve all dependencies for configuration ':_debugCompile'.
   > Could not find any version that matches com.google.android.gms:play-services-gcm:+.
     Searched in the following locations:
         https://repo1.maven.org/maven2/com/google/android/gms/play-services-gcm/maven-metadata.xml
         https://repo1.maven.org/maven2/com/google/android/gms/play-services-gcm/
     Required by:
         :android:unspecified
   > Could not find any version that matches com.android.support:support-v4:+.
     Searched in the following locations:
         https://repo1.maven.org/maven2/com/android/support/support-v4/maven-metadata.xml
         https://repo1.maven.org/maven2/com/android/support/support-v4/
     Required by:
         :android:unspecified
0 Kudos
8 Replies
PaulF_IntelCorp
Employee
1,494 Views

Yes, those library files are not available on the server. :(

  • Could not find any version that matches com.google.android.gms:play-services-gcm:+.
  • Could not find any version that matches com.android.support:support-v4:+.

I haven't had a chance to try this, but try including the Google Play Game Services plugin in the Featured plugin list, I think it will include the required library for you.

0 Kudos
Tony_J_
New Contributor I
1,494 Views

hm.. I have the same issue..  for my particular case, my app isn't a game so I don't want to go through the process of adding the Google Play Game Services plugin.  Are there any other workarounds?

0 Kudos
Miguel_R_1
Beginner
1,494 Views

Paul F. (Intel) wrote:

Yes, those library files are not available on the server. :(

  • Could not find any version that matches com.google.android.gms:play-services-gcm:+.
  • Could not find any version that matches com.android.support:support-v4:+.

I haven't had a chance to try this, but try including the Google Play Game Services plugin in the Featured plugin list, I think it will include the required library for you.

 

does not work =/

0 Kudos
PaulF_IntelCorp
Employee
1,494 Views

I was afraid of that, thanks for checking. I'm bringing this issue up so we can find a resolution.

0 Kudos
Amrita_C_Intel
Employee
1,494 Views

Hello,

Upgrade XDK version to 2548. And try creating new project and include this version of pushwoosh.And see if it works.

0 Kudos
Pedro_O_
Beginner
1,494 Views

Hello,

I´m have the same problem.

Today i´m update the pushwoosh plugin to the latest version and try build again.

You can help me?

Thanks

0 Kudos
Miguel_R_1
Beginner
1,494 Views

Amrita C. (Intel) wrote:

Hello,

Upgrade XDK version to 2548. And try creating new project and include this version of pushwoosh.And see if it works.

It Doesn't Not Work =/

FAILURE: Build failed with an exception.

* What went wrong:
A problem occurred configuring root project 'android'.
> Could not resolve all dependencies for configuration ':_debugCompile'.
   > Could not find any version that matches com.google.android.gms:play-services-gcm:+.
     Searched in the following locations:
         https://repo1.maven.org/maven2/com/google/android/gms/play-services-gcm/maven-metadata.xml
         https://repo1.maven.org/maven2/com/google/android/gms/play-services-gcm/
     Required by:
         :android:unspecified
   > Could not find any version that matches com.android.support:support-v4:+.
     Searched in the following locations:
         https://repo1.maven.org/maven2/com/android/support/support-v4/maven-metadata.xml
         https://repo1.maven.org/maven2/com/android/support/support-v4/
     Required by:
         :android:unspecified

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.
0 Kudos
PaulF_IntelCorp
Employee
1,494 Views
0 Kudos
Reply