Hello, Pahup,
I downloaded the fix for windows you posted on page 3 of this thread. However I have some problem using it, hopefully you or others here can help me out.
I use FlashDevelop to develop my app. I extracted the fix and copied all files and directories into my existing flex/air merged sdk directory and overwrote everything, then I pointed FD to use the new SDK. FD recognized the new SDK is AIR version 15.0. Then I modified the following line in my application.xml file, from,
<application xmlns="http://ns.adobe.com/air/application/14.0">
to
<application xmlns="http://ns.adobe.com/air/application/15.0">
When I tried to test the project, it says,
invalid application descriptor: Unknown namespace: http://ns.adobe.com/air/application/15.0
I guess this maybe a problem with FD and how to tell FD that I have version 15.0 of the AIR SDK now. I posted my question about that on FD forum here. But if you or anyone knows what I am missing, could you please advise? Thank you.