Android studio Import Module: Specify location of the Gradle or Android Eclipse Project

beginnerK picture beginnerK · Oct 29, 2015 · Viewed 14.1k times · Source

I was trying to import ViewPagerIndicator Library however they show this.

How to solve this problem ?

enter image description here]2

Answer

Prashant Gosai picture Prashant Gosai · Oct 29, 2015

You can import a viewpageindicator. that project created in eclipse so can not find gradle file when you import module that only on same platform.

like in my case i was import facebook sdk 4.7.0 but give same error "Specify location of the Gradle or Android Eclipse Project" so i download new sdk 4.1.0 which completely for android studio related and i import easily.

if your project was in eclipse platform so you need to import as a eclipse project
see this image

i hope you understand