Hi,
I would like to add the externals libraries "Google Api Client library" and "Android extension" to my project. But I can't find them with the SDK Manager?
I try to declare :
but the compiler returns an error :
Maven artifact not found. com.google.api-client/google-api-client
Could you help me? Thanks a lot
I would like to add the externals libraries "Google Api Client library" and "Android extension" to my project. But I can't find them with the SDK Manager?
I try to declare :
B4X:
#AdditionalJar: com.google.android.gms:play-services-auth
#AdditionalJar: com.google.api-client:google-api-client
#AdditionalJar: com.google.api-client:google-api-client-android
but the compiler returns an error :
Maven artifact not found. com.google.api-client/google-api-client
Could you help me? Thanks a lot