A resource was acquired at attached stack trace but never released. See java.io.Closeable for information on avoiding resource leaks

后端 未结 6 1783
心在旅途
心在旅途 2020-11-29 11:18

i am getting this message in logcat A resource was acquired at attached stack trace but never released. See java.io.Closeable for information on avoiding resource l

6条回答
  •  [愿得一人]
    2020-11-29 11:22

    This has happened to me while launching a second activity from another activity when I did not declare the second activity in Application.mk.

提交回复
热议问题