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

Popular posts from this blog

formatting - SAS SQL Datepart function returning odd values -

c++ - Apple Mach-O Linker Error(Duplicate Symbols For Architecture armv7) -

php - Yii 2: Unable to find a class into the extension 'yii2-admin' -