should we call it the Happy New Year issue, it happened exactly one year ago.
same description still valid here:
Then it was solved by updating to new build.
for now, issue exists in latest daily build.
Thanks,
should we call it the Happy New Year issue, it happened exactly one year ago.
same description still valid here:
Then it was solved by updating to new build.
for now, issue exists in latest daily build.
Thanks,
Yep. It looks like it’s back.
I can confirm that starting with build 3016 that network/NetworkRequest.java.orig is back in town.
I’ll notify the engineering team to take a look.
In the mean time it’s possible to patch network.jar yourself for a quick fix. It’s located in your Enterprise directory.
zip -d network.jar network/NetworkRequest.java.orig
Thanks,
NetworkRequest.java.orig is not exist in network.jar,
it’s some how added to the custom generated plugin.
so I perform above command after each build on the generated plugin.jar, and it works.
till we have solution, is there way to add this to command to tasks of plugin gradle?
Thank you
Actually, it *is* included in network.jar. That’s how it ends up in your plugin.
I verified this myself and all Corona Enterprise builds starting from 3016 have this extra “orig” file in network.jar.
Maybe you’re looking in the wrong place? You should look in:
/Applications/CoronaEnterprise/Corona/android/lib/Corona/libs
you are right thank you.
somehow i missed it there.
Yep. It looks like it’s back.
I can confirm that starting with build 3016 that network/NetworkRequest.java.orig is back in town.
I’ll notify the engineering team to take a look.
In the mean time it’s possible to patch network.jar yourself for a quick fix. It’s located in your Enterprise directory.
zip -d network.jar network/NetworkRequest.java.orig
Thanks,
NetworkRequest.java.orig is not exist in network.jar,
it’s some how added to the custom generated plugin.
so I perform above command after each build on the generated plugin.jar, and it works.
till we have solution, is there way to add this to command to tasks of plugin gradle?
Thank you
Actually, it *is* included in network.jar. That’s how it ends up in your plugin.
I verified this myself and all Corona Enterprise builds starting from 3016 have this extra “orig” file in network.jar.
Maybe you’re looking in the wrong place? You should look in:
/Applications/CoronaEnterprise/Corona/android/lib/Corona/libs
you are right thank you.
somehow i missed it there.