java - How to Import Android Ad Libraries -
java - How to Import Android Ad Libraries -
i have:
import com.google.android.gms.ads.adview;
as several others. gradle (android studio) refuses recognize them. have read import specific jar, other places have read must import specific module. how gain access these libraries?
you must import google play services library eclipse workspace. click file
> import
, select android
> existing project workspace
, , browse library project...
if read doc library must located at:
<android-sdk>/extras/google/google_play_services/libproject/google-play-services_lib/
more info: setting google play service
java android
Comments
Post a Comment