Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我的 android toast 消息总是在我的应用程序中显示“appname:message”。 例如:我的应用名称是“聊天”,当我使用它时 Toast.makeText(getActivity(), "test", Toast.LENGTH_LONG).show(); 它总是 Chat:test 在我的手机上显示吐司,这很奇怪。 如何解决?谢谢。 PS:它只发生在我的手机(android8.1)上,android 5.1 7.0 和 8.0 不会发生。
Toast.makeText(getActivity(), "test", Toast.LENGTH_LONG).show();
Chat:test