android-fat-aar
android-fat-aar copied to clipboard
java.lang.NoClassDefFoundError: Failed resolution of: Lcom.***/R$string;
can't found R class when i merged aar,,,,,what i should do
when the library project has R files, after merge aar .the problem above happen
@adwiv Did you find a solution?
@adwiv I have the same question as you 。finally I change gradle to 2.3.1 to 2.2.3 solve it classpath 'com.android.tools.build:gradle:2.2.3'
@burulangtu It worked, even though i don't know why....
@burulangtu I have change gradle to 2.2.3, but it still don't work.