Status Update
Comments
sh...@google.com <sh...@google.com> #2
Debug console shows "E/emuglGLESv2_enc( 9261): device/generic/goldfish-opengl/system/GLESv2_enc/GL2Encoder.cpp:s_glGetUniformLocation:2206 GL error 0x502"
I suspect it is emulator related.
ar...@google.com <ar...@google.com> #3
Hi,
do we have more logs? do you see a shader compilation error / program link error in previous logs?
[Deleted User] <[Deleted User]> #4
ra...@google.com <ra...@google.com>
ni...@hkmci.com <ni...@hkmci.com> #5
Carlos, would you check if you could repro the issue from our side and maybe send me a flutter apk? Thanks!
br...@gmail.com <br...@gmail.com> #6
The logcat has no gl error before the uniform error (E OpenGLRenderer: Unable to match the desired swap behavior.
is OK)
ka...@gmail.com <ka...@gmail.com> #7
Yes was able to repro this on my Linux machines. To repro I had to close the app in overview and re open it. It reopens fine on Mac Intel. I have the apk attached.
Emu : 35.1.13-11943732
API 34 build: [ro.vendor_dlkm.build.fingerprint]: [google/sdk_gphone64_x86_64/emu64xa:14/UE1A.230829.036.A2/11596452:user/release-keys]
ur...@gmail.com <ur...@gmail.com> #8
Thanks!
ra...@google.com <ra...@google.com>
ur...@gmail.com <ur...@gmail.com> #9
Can reproduce on aosp master but it is flaky
Description
We'd like to be able to add Nearby Search [1] to Places SDK for Android. We can call nearby search and use the result with native code, just like we can on the web.
We know there is a Java client library, but that is not intended for use inside of an Android app, due to the potential for loss of API keys. (described in it's GitHub [2]).
The findCurrentPlace function can get the places information nearby the current device location. But when using custom location source or querying places nearby a specific location, it will need Nearby Search function.
Thank you.
[1]
[2]