Hey I am trying to build an android application regarding google adsense. I want to import the android sample. https://github.com/Ishaan-Kumar/googleads-adsense-examples
Since I am only interested in android I want to import only this. https://github.com/Ishaan-Kumar/googleads-adsense-examples/tree/master/android
I tried to import via VCS in android studio by url https://github.com/Ishaan-Kumar/googleads-adsense-examples.git
But it imported the whole project including all the platforms(PHP,dontnet,ruby). The thing is I want the android only plus the android files are not detected (I think there is not gradle file in here)
How do I overcome this problem?