Obsolete
Status Update
Comments
uc...@google.com <uc...@google.com> #2
That seems quite bad :/ weird.
We have fairly large test projects which do not take anywhere close to it, maybe your code is triggering some bad code path.
Can you provide a sample or share your project with us? It is impossible to do something here unless we have a reproduction case. Might also possibly be related to your machine configuration.
We have fairly large test projects which do not take anywhere close to it, maybe your code is triggering some bad code path.
Can you provide a sample or share your project with us? It is impossible to do something here unless we have a reproduction case. Might also possibly be related to your machine configuration.
hu...@google.com <hu...@google.com>
ya...@google.com <ya...@google.com> #3
Let me see what I can do on the reproduction as I am anyways blocked on this. I will try to extract out the DB module in a new project and see if it reproduces the issue.
mt...@gmail.com <mt...@gmail.com> #4
Attaching the sample project. When I run the project through the android studio or even command line, I see the described issue.
Try uncommenting room-compiler dependency from app's build.gradle, it does not have the issue because room compiler is not at work.
Try uncommenting room-compiler dependency from app's build.gradle, it does not have the issue because room compiler is not at work.
ap...@google.com <ap...@google.com> #5
Did you get a chance to look at it?
ar...@google.com <ar...@google.com> #6
FYI. I see that if I comment out applying google-services plugin (at the end of the app's build.gradle file), that fixes the issue too. Hence, you may need to apply a google-services plugin with a json file to reproduce the issue.
Not sure what is going on but certainly, somethings are not playing well together.
Not sure what is going on but certainly, somethings are not playing well together.
Description
AI-171.4443003, JRE 1.8.0_152-release-915-b01x64 JetBrains s.r.o, OS Windows 10(amd64) v10.0 , screens 1024x768
IMPORTANT: Please read
Emulator: init: Could not find wglGetExtensionsStringARB!
5:00 PM Emulator: getGLES2ExtensionString: Could not find GLES 2.x config!
5:00 PM Emulator: Failed to obtain GLES 2.x extensions string!
5:00 PM Emulator: Could not initialize emulated framebuffer
5:00 PM Emulator: emulator: ERROR: Could not initialize OpenglES emulation, use '-gpu off' to disable it.
5:00 PM Emulator: Process finished with exit code -1073741819 (0xC0000005)
5:00 PM Gradle build finished in 21s 43ms