Cant compile Android projects

Called from CommandLineTools.hx line 126
Called from CommandLineTools.hx line 619
Called from lime/project/PlatformTarget.hx line 70
Called from lime/tools/platforms/AndroidPlatform.hx line 375
Called from lime/tools/helpers/PathHelper.hx line 422
Called from /usr/lib/haxe/std/neko/_std/sys/FileSystem.hx line 81
Uncaught exception - std@sys_create_dir
Build halted with errors.

Have you tried a clean build? (Or just delete the output files by hand.)

If that doesn’t help, the crash happens when trying to create the directory defined here. You could try making that directory yourself, so that Lime doesn’t have to do it.

I try a clean build by delete all in bin, this project is a copy from another computer where i got the old openfl… maybe is a directory problem, how can a make the directory?

Start by opening bin/android/obj/src. (Or create that folder if necessary.)

Inside that folder, make folders corresponding to your project package. So if your package is com.example.package, then you want to add a folder at com/example/package. This would be inside the src folder, as mentioned above, so the full path would be bin/android/obj/src/com/example/package.