Skip to content

注解kotlin Activity 不能跳转 #96

Description

@SunnyTime

注解kotlin Activity 不能跳转,空指针。
java.lang.NullPointerException: Attempt to invoke virtual method 'android.content.Intent android.content.Intent.putExtra(java.lang.String, java.lang.String)' on a null object reference。
Intent intent = RouterUtil.getIntent(context,"****");
intent.putExtra("code", code);
context.startActivity(intent);
这里intent为空

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions