简体   繁体   中英

Haxe + Openfl doesnt working Type not found : HelloWorld

I have just installed haxelib + openfl and i'm just creating a new project called helloworld and i get this error when i try to run it:

cmd: "C:\HaxeToolkit\haxe/haxelib" run lime build "project.xml" html5 -debug -Dfdb
bin/html5/haxe/ApplicationMain.hx:399: characters 47-57 : Type not found : HelloWorld
Build halted with errors.

I didn't change a single line i just tried to run the empty project and i'm getting this error! Help Please

You can use these steps to create a new OpenFL project, and run it:

openfl create project HelloWorld
cd HelloWorld
openfl test html5

If you have any further issues, you can post on the OpenFL forums at https://community.openfl.org

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM