Android Question Google-play-services installed but...

Beja

Expert
Licensed User
Longtime User
Google-play-services v. 22 is installed and I can see it in sdk manager, but still I see the msg
google-play-services.jar not found.. I searched my entire computer but no result.. anyone knows
where this fox is hiding?
 

KZero

Active Member
Licensed User
Longtime User
it should be found here (if not you may have to re download it)
Android\android-sdk-windows\extras\google\google_play_services\libproject\google-play-services_lib\libs

and you should add this path to Additional libraries from "Tools > Configure pathes"

you need also to add this in the top of your main activity
B4X:
#Region  Project Attributes
    #AdditionalRes: C:\Android\android-sdk-windows\extras\google\google_play_services\libproject\google-play-services_lib\res, com.google.android.gms
#End Region
 
Upvote 0
Top