Activity Class cannot be found in AAR file java.lang.NoClassDefFoundError

后端 未结 6 2192
暖寄归人
暖寄归人 2021-01-04 01:54

I have created an android library, it contains an Activity Class that uses to open camera intent, the library works perfect excepts for the part that invokes the Activity to

6条回答
  •  温柔的废话
    2021-01-04 02:35

    The answer for your "Update2 - 2017-09-14" - can simply build a fat aar file. which will contain all the dependencies, one thing which you may have to handle is conflict in dependencies sometime may create a issue. also the size of the fat aar may be huge. so give try.

提交回复
热议问题