airsdk / Adobe-Runtime-Support

Report, track and discuss issues in Adobe AIR. Monitored by Adobe - and HARMAN - and maintained by the AIR community.
200 stars 11 forks source link

bad error when publishing app using AIR SDK 33.1.1.731 #1516

Open atiani opened 2 years ago

atiani commented 2 years ago

AIR SDK version: 33.1.1.731 Device OS: andriod Device version: 30 Development IDE:adobe animate Development OS:windows i used distriqit ANE exaclty Advert ANE with this app i have this error when i published the app below : the error :

//-------------------------------------------------// Error creating files Unkown error unexpected failure:zip file closed at java.base/java.util.zip.ZipFile.ensureOpen(Unknown Sourece) at java.base/java.util.zip.ZipFile.getEntry(Unknow Source) at java.util.zip.ZipFile.getEntry(Unknown Source) at com.adobe.air.apk.AABPackager.processExtentions(AAPPackager.java) at com.adobe.ApplicaitonPackager.createPackage(ApplicationPackager.jave) at com.adobe.air.apk.AABPackager.createPackage(AABPackager.java) at com.adobe.air.ADT.parseArgsAndGo(ADTjava) at com.adobe.air.ADT.run(ADT.java) at com.adobe.air.ADT.main(ADT.java)

wmtj commented 2 years ago

I have the same problem too.

MESepehr commented 2 years ago

I have the same problem.

blueredcz commented 2 years ago

I have the same problem, and if the SDK is not placed in the folder "AIR33.1" it hangs on this error. Snímek obrazovky 2022-01-06 223939

bobrokrol commented 2 years ago

error while packaging .aab / .apk unexpected failure: zip file closed java.lang.IllegalStateException: zip file closed at java.util.zip.ZipFile.ensureOpen(Unknown Source) at java.util.zip.ZipFile.getEntry(Unknown Source) at com.adobe.air.apk.AABPackager.processExtensions(AABPackager.java) at com.adobe.air.ApplicationPackager.createPackage(ApplicationPackager.java) at com.adobe.air.apk.AABPackager.createPackage(AABPackager.java) at com.adobe.air.ADT.parseArgsAndGo(ADT.java) at com.adobe.air.ADT.run(ADT.java) at com.adobe.air.ADT.main(ADT.java)

jimmymjing commented 2 years ago

Same problem!

ajwfrost commented 2 years ago

Okay thanks - one of our test cases had been mis-edited which meant we missed this one :-(
Will get an update out asap with this fixed.. thanks

moazatiani commented 2 years ago

ok thank you about that

itlancer commented 2 years ago

For me it fixed with latest AIR SDK 33.1.1.743. Thanks!