Java Question SLC Error with Google Play

Kurt McCullum

Member
Licensed User
I'm getting the following error when I try to compile a library. I'm fairly new to SLC so I'm obviously doing something wrong.
Error.png

I'm hoping someone can point me in the right direction.

Kurt
 

DonManfred

Expert
Licensed User
Longtime User
However, Google play no longer has jar files
It is a bit complicated now. But not impossible.

The Google Play is splitted down into smaller packages.

Start looking at
Android.SDK\extras\google\m2repository\com\google\android\gms
and subfolders...

You find different packages an the correspondending AAR files.
To extract the right JARs you need to open the AAR, extract the classes.jar and rename it to somewhat.jar and this jar cou then can put into the libs folder of your SLC project.
 
Top