We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi, We use this library to execute a Javascript but on some Android Device we have this problem.
System.Exception: CurrentDomainOnUnhandledException - liquidjs assembly: type: member:(null) ---> System.DllNotFoundException: liquidjs assembly: type: member:(null) at (wrapper managed-to-native) Xamarin.Android.V8.JSContext.V8Context_Create(bool,Xamarin.Android.V8.CLREnv) at Xamarin.Android.V8.JSContext..ctor (Xamarin.Android.V8.V8InspectorProtocol protocol) [0x00211] in <0808a1cf9ea64439b544fc414420b4ff>:0 at Xamarin.Android.V8.JSContext..ctor (System.Boolean debug, System.Int32 webSocketServerPort) [0x0000d] in
We use: WebAtoms.Core 1.4.100 and Xamarin.Android.V8 .4.100
If we upgrade to 2.03 we have an error that can't find "JSContext.CreateBoolean" method
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi,
We use this library to execute a Javascript but on some Android Device we have this problem.
System.Exception: CurrentDomainOnUnhandledException - liquidjs assembly: type: member:(null) ---> System.DllNotFoundException: liquidjs assembly: type: member:(null)
at (wrapper managed-to-native) Xamarin.Android.V8.JSContext.V8Context_Create(bool,Xamarin.Android.V8.CLREnv)
at Xamarin.Android.V8.JSContext..ctor (Xamarin.Android.V8.V8InspectorProtocol protocol) [0x00211] in <0808a1cf9ea64439b544fc414420b4ff>:0
at Xamarin.Android.V8.JSContext..ctor (System.Boolean debug, System.Int32 webSocketServerPort) [0x0000d] in
We use: WebAtoms.Core 1.4.100 and Xamarin.Android.V8 .4.100
If we upgrade to 2.03 we have an error that can't find "JSContext.CreateBoolean" method
The text was updated successfully, but these errors were encountered: