Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Crash when using Proguard #34

Open
thanhtoan1196 opened this issue Jun 14, 2021 · 0 comments
Open

Crash when using Proguard #34

thanhtoan1196 opened this issue Jun 14, 2021 · 0 comments

Comments

@thanhtoan1196
Copy link

thanhtoan1196 commented Jun 14, 2021

Version: 1.12-beta-2
Log:

2021-06-14 16:30:02.682 14827-14827/com.myapp.abc E/AndroidRuntime: FATAL EXCEPTION: main
    Process: com.myapp.abc, PID: 14827
    kotlin.reflect.jvm.internal.KotlinReflectionInternalError: Property 'tab' (JVM signature: getTab()Lcom/toantran/leadership/development/ui/tab/TabFragment$Tab;) not resolved in class com.myapp.abc.ui.tab.TabFragment
        at kotlin.reflect.jvm.internal.KDeclarationContainerImpl.q(SourceFile:86)
        at kotlin.reflect.jvm.internal.KPropertyImpl$_descriptor$1.a(SourceFile:102)
        at kotlin.reflect.jvm.internal.KPropertyImpl$_descriptor$1.b(SourceFile:27)
        at kotlin.reflect.jvm.internal.ReflectProperties$LazySoftVal.b(SourceFile:92)
        at kotlin.reflect.jvm.internal.KPropertyImpl.x(SourceFile:105)
        at kotlin.reflect.jvm.internal.KPropertyImpl$Getter$descriptor$2.a(SourceFile:152)
        at kotlin.reflect.jvm.internal.KPropertyImpl$Getter$descriptor$2.b(SourceFile:147)
        at kotlin.reflect.jvm.internal.ReflectProperties$LazySoftVal.b(SourceFile:92)
        at kotlin.reflect.jvm.internal.ReflectProperties$Val.c(SourceFile:31)
        at kotlin.reflect.jvm.internal.KPropertyImpl$Getter.w(Unknown Source:7)
        at kotlin.reflect.jvm.internal.KPropertyImpl$Getter.q(SourceFile:147)
        at kotlin.reflect.jvm.internal.KCallableImpl$_annotations$1.a(SourceFile:36)
        at kotlin.reflect.jvm.internal.KCallableImpl$_annotations$1.b(SourceFile:23)
        at kotlin.reflect.jvm.internal.ReflectProperties$LazySoftVal.b(SourceFile:92)
        at kotlin.reflect.jvm.internal.KCallableImpl.k(SourceFile:38)
        at com.marcinmoskala.activitystarter.BoundToArgValueDelegateProvider.a(SourceFile:103)
        at com.myapp.abc.ui.tab.TabFragment.<init>(SourceFile:14)
        at com.myapp.abc.ui.tab.TabFragmentStarter.newInstance(SourceFile:30)
        at com.myapp.abc.ui.main.MainActivity.b0(SourceFile:102)
        at com.myapp.abc.ui.main.MainActivity.onCreate(SourceFile:89)
        at android.app.Activity.performCreate(Activity.java:7009)
        at android.app.Activity.performCreate(Activity.java:7000)
        at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1214)
        at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2731)
        at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2856)
        at android.app.ActivityThread.-wrap11(Unknown Source:0)
        at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1589)
        at android.os.Handler.dispatchMessage(Handler.java:106)
        at android.os.Looper.loop(Looper.java:164)
        at android.app.ActivityThread.main(ActivityThread.java:6494)
        at java.lang.reflect.Method.invoke(Native Method)
        at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:438)
        at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:807)
        ```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant