adwiv / android-fat-aar

Gradle script that allows you to merge and embed dependencies in generted aar file
The Unlicense
1.46k stars 435 forks source link

E/dalvikvm﹕ Could not find class 'com.viewpagerindicator.CirclePageIndicator' #18

Closed Ophitech closed 8 years ago

Ophitech commented 8 years ago

Hi,

I'm embedding this module in the library but when I import my aar library to my application, it throw this error.

I tried opening the aar file as an archive and under the module namespace, there is the R$ resources classes but doesn't have other java classes. Does fat aar include the java classes of the module?

I'm sorry about this issue, I modify the script without noticing that the embedding of java classes is still embedding it to the default folder. Changed it.