Total Android Studio newby here.
Using Android Studio 0.5.9
, I successfully created an .arr
, now I'm trying to include it in an android app's build.
The sync completes successfully using compile files('libs/scanner-0.1.aar')
as can be seen from the image below (or at least I think it completes successfully)
However, when I try to reference any class from the scanner-0.1.aar
I get a cannot resolve symbol error
as if the classes where not found/loaded.
Any ideas?