DiegoCatalano / Catalano-Framework

Framework
GNU Lesser General Public License v3.0
295 stars 99 forks source link

How to import this framework? #51

Open lfdversluis opened 6 years ago

lfdversluis commented 6 years ago

I have created a package and placed the files in it, Android Studio complains that it cannot resolve symbol Catalano, even though autocomplete suggest it just fine. A maven or jar to import would be much appreciated to avoid this hassle with AS importing.

julilien commented 6 years ago

You can download the libs from the releases, storing them in a project lib directory and tell Maven to import then using the .jar file. A bit dirty, I know. I would also appreciate a Maven repository version, but the .jar import also works fine.