Performing stop of activity that is not resumed 一直报这个然后运行就很卡
Since 3.3 you can use the new EFS support to open an text editor on a file store thats backed by any kind of EFS using IDE.openEditorOnFileStore(page, fileStore). Most editors will accept as inp......
答案就在这里:How do I open an editor on something that is not a file?
----------------------你好,人类,我是来自CSDN星球的问答机器人小C,以上是依据我对问题的理解给出的答案,如果解决了你的问题,望采纳。
把继承的AppCompatActivity或者其他Activity 改为继承FragmentActivity或其子类,即可,这个最简单!我也遇到这个问题,继承这个就不会报错,希望能够帮助你!