添加链接
link之家
链接快照平台
  • 输入网页链接,自动生成快照
  • 标签化管理网页链接
Collectives™ on Stack Overflow

Find centralized, trusted content and collaborate around the technologies you use most.

Learn more about Collectives

Teams

Q&A for work

Connect and share knowledge within a single location that is structured and easy to search.

Learn more about Teams

flutter firebase Accessing hidden method Ldalvik/system/CloseGuard;->close()V (greylist,core-platform-api, linking, allowed)

Ask Question

I wanted to publish some updates I wrote using flutter and firebase, which I shared in the store and are used by many users, I wanted to make some updates yesterday, there were no problems, I wanted to register and exit as the latest, but I sent users to the admin panel main.i am now getting this error in the debug console while calling at the dart exit

debug console :

Launching lib\main.dart on Android SDK built for x86 in debug mode...
√  Built build\app\outputs\flutter-apk\app-debug.apk.
D/EGL_emulation(14746): eglMakeCurrent: 0xebb92b00: ver 2 0 (tinfo 0xc8f08720)
W/om.project.IKP(14746): Accessing hidden method Lsun/misc/Unsafe;->putInt(Ljava/lang/Object;JI)V (greylist, linking, allowed)
W/om.project.IKP(14746): Accessing hidden method Lsun/misc/Unsafe;->getObject(Ljava/lang/Object;J)Ljava/lang/Object; (greylist, linking, allowed)
W/om.project.IKP(14746): Accessing hidden method Lsun/misc/Unsafe;->getObject(Ljava/lang/Object;J)Ljava/lang/Object; (greylist, linking, allowed)
W/om.project.IKP(14746): Accessing hidden method Lsun/misc/Unsafe;->putInt(Ljava/lang/Object;JI)V (greylist, linking, allowed)
W/om.project.IKP(14746): Accessing hidden method Lsun/misc/Unsafe;->putObject(Ljava/lang/Object;JLjava/lang/Object;)V (greylist, linking, allowed)
W/om.project.IKP(14746): Accessing hidden method Ldalvik/system/CloseGuard;->close()V (greylist,core-platform-api, linking, allowed)

Why am I getting this problem, thinking that it may be from the last changes I made in the codes where the data was not deleted in firebase, I used the codes of a working version again, but I continue to get the same error, now users can download the application from the store and register, but I get this error in the admin panel

// OKEY i solving problem when i update change some values and that changes create some issues. i delete changing from firebase db and problem is solving

Thanks for contributing an answer to Stack Overflow!

  • Please be sure to answer the question. Provide details and share your research!

But avoid

  • Asking for help, clarification, or responding to other answers.
  • Making statements based on opinion; back them up with references or personal experience.

To learn more, see our tips on writing great answers.