Bug? Can't compile in Release mode. Size 0, Expected 5120.

LWGShane

Well-Known Member
Licensed User
Longtime User
I have no idea what's causing this error. I have a project and when I build in release mode, I get this error:

Building Jar file..... Error
Size 0, I expected 5120

Project is attached.
 

LWGShane

Well-Known Member
Licensed User
Longtime User
@Erel, Here's the project.
 

Attachments

  • proj.zip
    12.8 KB · Views: 231

LWGShane

Well-Known Member
Licensed User
Longtime User
@Erel - Yes, that's the weird thing. I've started a new project and the error doesn't occur.
 

LWGShane

Well-Known Member
Licensed User
Longtime User

sdixon

Member
Licensed User
Longtime User
I had the same problem.

It seemed that one of the files I was trying to include in the .zip file was open in another application.

Closed the other application and then the .zip was created properly. :)
 
Top