You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm just testing your plugin on an Android device and when I call Roam.initialize() the console prints:
E/GS402 (15207): Either publishable_key or package_name is wrong
W/Gralloc3(15207): mapper 3.x is not supported
I/gralloc (15207): Arm Module v1.0
The publishable_key isn't wrong because is provided by the Dashboard and I just copy and paste it.
The app I created is very simple, is pretty easy to reproduce the error.
PS. About the Android configuration, I've added all the permissions in the AndroidManifest.xml file (as is shown in the guidelines), the targetSdkVersion is 32, and the compileSdkVersionis 32as well.
The plugin version is roam_flutter: ^0.1.5.
The text was updated successfully, but these errors were encountered:
I'm just testing your plugin on an Android device and when I call
Roam.initialize()
the console prints:The
publishable_key
isn't wrong because is provided by the Dashboard and I just copy and paste it.The app I created is very simple, is pretty easy to reproduce the error.
This is my code:
PS. About the Android configuration, I've added all the permissions in the
AndroidManifest.xml
file (as is shown in the guidelines), thetargetSdkVersion
is32
, and thecompileSdkVersion
is32
as well.The plugin version is
roam_flutter: ^0.1.5
.The text was updated successfully, but these errors were encountered: