Psych-Engine-Android icon indicating copy to clipboard operation
Psych-Engine-Android copied to clipboard

i keep getting this error when copiling the game and idk how to fix it

Open golfista opened this issue 3 years ago • 3 comments

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

imagen

golfista avatar Dec 09 '21 01:12 golfista

haxelib install flixel 4.9.0

SHEDRS avatar Dec 11 '21 02:12 SHEDRS

We have a same issues, even tho you install flixel 4.9.0, it doesn't work

JorosTheModderPH avatar Jan 27 '22 09:01 JorosTheModderPH

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

SeuPaiGordo avatar Feb 07 '22 12:02 SeuPaiGordo