Psych-Engine-Android
Psych-Engine-Android copied to clipboard
i keep getting this error when copiling the game and idk how to fix it
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

haxelib install flixel 4.9.0
We have a same issues, even tho you install flixel 4.9.0, it doesn't work
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