java.lang.NoClassDefFoundError: Failed resolution of: Lorg/apache/commons/logging/LogFactory

后端 未结 5 1697
北海茫月
北海茫月 2021-02-04 01:31

Similar questions have need asked already. But this one seems to be more complicated than previous ones because of changes in compatibility of Android Platforms.

Here is

5条回答
  •  难免孤独
    2021-02-04 01:50

    This is an AWS SDK bug that appears to be solved in version 2.6.30 of the SDK:

    Fixed a bug where getting a logger using Apache Commons Logging would crash starting Android 9.0 (Pie / API Level 28). See pull #521. Now, Apache Commons Logging would be used if it's being added as a dependency, otherwise android.util.Log will be used.

提交回复
热议问题