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
Are you trying to code on Source Code (Haxe) or on the Downloaded Build (Lua)?
Source Code
Show an screenshot/video of your problem.
these are the errors
C:/HaxeToolkit/haxe/lib/flixel/4,10,0/flixel/input/actions/FlxAction.hx:141: characters 18-46 : Type not found : FlxActionInputDigitalAndroid
C:/HaxeToolkit/haxe/lib/extension-webview/1,2,4/extension/webview/WebView.hx:108: characters 12-28 : Type not found : openfl.utils.JNI
C:/HaxeToolkit/haxe/lib/extension-webview/1,2,4/extension/webview/WebView.hx:109: characters 16-32 : Type not found : openfl.utils.JNI
C:/HaxeToolkit/haxe/lib/extension-webview/1,2,4/extension/webview/WebView.hx:110: characters 24-40 : Type not found : openfl.utils.JNI
The text was updated successfully, but these errors were encountered:
I had the same issue, this worked with me:
download the extension webview from the github page, just run this
"haxelib git extension-webview https://github.com/HaxeExtension/extension-webview"
just copy paste this on powershell, i did it and worked
Are you trying to code on Source Code (Haxe) or on the Downloaded Build (Lua)?
Source Code
Show an screenshot/video of your problem.
these are the errors
C:/HaxeToolkit/haxe/lib/flixel/4,10,0/flixel/input/actions/FlxAction.hx:141: characters 18-46 : Type not found : FlxActionInputDigitalAndroid
C:/HaxeToolkit/haxe/lib/extension-webview/1,2,4/extension/webview/WebView.hx:108: characters 12-28 : Type not found : openfl.utils.JNI
C:/HaxeToolkit/haxe/lib/extension-webview/1,2,4/extension/webview/WebView.hx:109: characters 16-32 : Type not found : openfl.utils.JNI
C:/HaxeToolkit/haxe/lib/extension-webview/1,2,4/extension/webview/WebView.hx:110: characters 24-40 : Type not found : openfl.utils.JNI
The text was updated successfully, but these errors were encountered: