Hi Serkan, Your -library-path and -js-library-path need a += (not just “=”) otherwise you reset the list of libraries on the path instead of appending to it.
HTH, -Alex From: Serkan Taş <[email protected]> Reply-To: "[email protected]" <[email protected]> Date: Friday, September 28, 2018 at 2:03 PM To: "[email protected]" <[email protected]> Subject: Re: Work on Emulation Hi Alex, I replaced the namespaces to xmlns:mx="library://ns.apache.org/royale/mx" xmlns:s="library://ns.apache.org/royale/spark" compiled with options : Using Royale Compiler codebase: /home/pinara18/royale/apache-royale-0.9.4-bin-js-swf/royale-asjs/js/bin/../.. Using Royale SDK: /home/pinara18/royale/apache-royale-0.9.4-bin-js-swf/royale-asjs/js/bin/../.. MXMLJSC +royalelib=/home/pinara18/royale/apache-royale-0.9.4-bin-js-swf/royale-asjs/js/bin/../../frameworks -sdk-js-lib=/home/pinara18/royale/apache-royale-0.9.4-bin-js-swf/royale-asjs/js/bin/../../frameworks/js/Royale/generated-sources /home/pinara18/royale/pinaragroup/PinaraUI/src/com/likya/pinara/main/PinaraUI.mxml -library-path=/home/pinara18/royale/pinaragroup/PinaraUI/libs -js-library-path=/home/pinara18/royale/pinaragroup/PinaraUI/libs -source-path=/home/pinara18/royale/pinaragroup/PinaraUI/src,/home/pinara18/royale/pinaragroup/PinaraUI/locale/{locale} -services=/home/pinara18/royale/pinaragroup/Pinara-0.0.1/WEB-INF/flex/services-config.xml -locale en_US tr_TR -o .PinaraUI.swf and the result is : Loading configuration: /home/pinara18/royale/apache-royale-0.9.4-bin-js-swf/royale-asjs/frameworks/royale-config.xml /home/pinara18/royale/pinaragroup/PinaraUI/src/com/likya/pinara/main/PinaraUI.mxml(2): col: 1 Error: This tag could not be resolved to an ActionScript class. It will be ignored. <s:Application xmlns:fx="http://ns.adobe.com/mxml/2009"<https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fns.adobe.com%2Fmxml%2F2009&data=02%7C01%7Caharui%40adobe.com%7Cba23627b2f5a4cb0cfdb08d62585c92f%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636737653864817889&sdata=73Qy8LxCprTDXyRIGIcp99J4BJBig0T8hz4uFd6DhIE%3D&reserved=0> ^ /home/pinara18/royale/pinaragroup/PinaraUI/src/com/likya/pinara/main/PinaraUI.mxml(2): col: 1 Error: This tag could not be resolved to an ActionScript class. It will be ignored. <s:Application xmlns:fx="http://ns.adobe.com/mxml/2009"<https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fns.adobe.com%2Fmxml%2F2009&data=02%7C01%7Caharui%40adobe.com%7Cba23627b2f5a4cb0cfdb08d62585c92f%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636737653864817889&sdata=73Qy8LxCprTDXyRIGIcp99J4BJBig0T8hz4uFd6DhIE%3D&reserved=0> ^ 3.778434625 seconds I tried changing the application to <mx:Application> and <js:Application> got the similar errors. 27.09.2018 22:49 tarihinde Serkan Taş yazdı: Ok, I'll check it and replace.
