Proguard causing runtime exception with Android Navigation Component

前端 未结 4 887
臣服心动
臣服心动 2020-12-09 02:18

I\'m experiencing this crash when using proguard after integrating the NavigationComponent (android.arch.navigation:navigation-fragment-ktx:1.0.0-alpha01) into

4条回答
  •  失恋的感觉
    2020-12-09 02:39

    This is fixed since Android Gradle Plugin 4.1.

    No need to define Proguard rules for fragments defined in the android:name attribute.

    See https://issuetracker.google.com/issues/142601969

提交回复
热议问题