meaning of RuntimeException(“Stub!”) in Android

前端 未结 2 2090
星月不相逢
星月不相逢 2021-02-11 14:38

I was surfing in Android code because I wanted to see what is into Activity.finish() method.

I just wanted to have the confirmation that in Activity.finish()

2条回答
  •  萌比男神i
    2021-02-11 15:40

    This is because source code is not found in SDK. To see the source code, you need to download source for Android SDK, so Android studio can display the respective code.

提交回复
热议问题