Android Question Google play revision 31

Humberto

Active Member
Licensed User
Longtime User
Hi

It´s seems that after the revision 29 ( now is r31 ) the google_play_service doesn´t have the "libproject" directory

B4X:
Looks like Google just broke down Google Play Services into multiple libraries. You'll find them in <sdk>/extras/google/m2repository/com/google/android/gms, if you also updated Google Repository through the SDK Manager.

The individual libraries are in aar format, so you'll have to extract the jar yourself, if that's what you're after.

http://stackoverflow.com/questions/...e-play-services-libproject-folder-after-updat

I´m trying the demo program to test googlemaps but I receive this error

resource directory 'C:\Android\android-sdk\tools\..\extras\google\google_play_services\libproject\google-play-services_lib\res' does not exist

How to proceed ?
 

Humberto

Active Member
Licensed User
Longtime User
I have the version B4A 6.0

In the tutorial it ask to add this line
B4X:
'    #AdditionalRes: $AndroidSDK$\extras\google\google_play_services\libproject\google-play-services_lib\res, com.google.android.gms

I just comment and now is working

Thanks
 
Upvote 0

Humberto

Active Member
Licensed User
Longtime User
Erel I saw today and the line still there

B4X:
 #AdditionalRes: $AndroidSDK$\extras\google\google_play_services\libproject\google-play-services_lib\res, com.google.android.gms
 
Upvote 0
Top