suarezjulian/WizardPager

Not able to import classes from WizardPager

femosso opened this issue · 1 comments

I have added this project into my Android Studio like this:

compile 'com.github.TechFreak:WizardPager:1.0.3'

However, when I try to import some class, like: import com.tech.freak.wizardpager.model.AbstractWizardModel;

Android Studio says it does not found the reference. I could only import com.tech.freak.wizardpager.R without errors. What could I be doing wrong?

By the way, such a great wizard for Android! Simply the best I found on open-source community.

Never mind, I don't know what I did now that it could find all imports! Thanks anyways!