android-fat-aar icon indicating copy to clipboard operation
android-fat-aar copied to clipboard

java.lang.NoClassDefFoundError: Failed resolution of: Lcom.***/R$string;

Open kingrukawa opened this issue 7 years ago • 5 comments

can't found R class when i merged aar,,,,,what i should do

kingrukawa avatar Apr 05 '17 03:04 kingrukawa

when the library project has R files, after merge aar .the problem above happen

kingrukawa avatar Apr 05 '17 06:04 kingrukawa

@adwiv Did you find a solution?

burulangtu avatar Apr 18 '17 03:04 burulangtu

@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 avatar Apr 18 '17 05:04 burulangtu

@burulangtu It worked, even though i don't know why....

kingrukawa avatar Apr 18 '17 06:04 kingrukawa

@burulangtu I have change gradle to 2.2.3, but it still don't work.

initialjie avatar Aug 08 '17 10:08 initialjie