I have imported smack as a project in Android Studio, and builded serveral jars.
I copy some of those jars to libs in my application project, but the project can't import package which come from smack jars.
So what's the right way to import smack?
Importing those modules in the smack project to my application project?